Skip to content

Add the rest of the primitive types (#17) #2

Add the rest of the primitive types (#17)

Add the rest of the primitive types (#17) #2

Workflow file for this run

name: Tests
on: [push]
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