Skip to content

fix(lint): use buf plugins for lint and fixes for AEP compliance. #29

fix(lint): use buf plugins for lint and fixes for AEP compliance.

fix(lint): use buf plugins for lint and fixes for AEP compliance. #29

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 api-linter
run: |
go install github.com/aep-dev/api-linter/cmd/buf-plugin-aep@latest
buf lint --path example/bookstore/v1/bookstore.proto