Files
paperboy/.github/workflows/test-build.yml
renovate[bot] 1b45ddf918 feat(deps): update go to v1.25.0 (#26)
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-08-15 01:44:30 +03: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.25"
- name: Build
run: make build
- name: Setup default template and config
run: cp examples/* .
- name: Run program
run: ./paperboy