Skip to content

ci: verify that generated project can build and test #4

ci: verify that generated project can build and test

ci: verify that generated project can build and test #4

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.22'
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
repository-cache: true
- run: |
go install github.com/hay-kot/scaffold@710f210eeacdd6b61b9cbaf40630db1d5809a419
scaffold help
cd $(mktemp -d)
scaffold new --preset=default --no-prompt $GITHUB_WORKSPACE