Skip to content

objects can have properties #27

objects can have properties

objects can have properties #27

Workflow file for this run

name: tests
on:
push: {}
pull_request:
branches:
- main
jobs:
tests:
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: "test: no change to generated files."
run: |
go install github.com/bufbuild/buf/cmd/[email protected]
./scripts/verify-goldens.sh
- name: "test: example server function"
run: |
./scripts/test_http_api.sh
# - name: Run script
# run: |
# ./scripts/run-api-linter.sh