Skip to content

fix: enable tests on PRs #3

fix: enable tests on PRs

fix: enable tests on PRs #3

Workflow file for this run

name: Tests
on:
push: {}
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.3
- name: Check out code
uses: actions/checkout@v2
- name: Verify no change to generated files.
run: |
go install github.com/bufbuild/buf/cmd/[email protected]
./scripts/verify-goldens.sh
# - name: Run script
# run: |
# ./scripts/run-api-linter.sh