Files
paperboy/.github/workflows/test-build.yml
renovate[bot] 15e7c84872 feat(github-action): update go (1.22.12 → 1.24.1) (#18)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 21:43:19 +02:00

29 lines
567 B
YAML

---
name: Test Build and Run
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test-build-and-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
with:
go-version: "1.24"
- name: Build
run: make build
- name: Setup default template and config
run: cp examples/* .
- name: Run program
run: ./paperboy