Skip to content

feat(openapi): adding x-aep-resource annotation #38

feat(openapi): adding x-aep-resource annotation

feat(openapi): adding x-aep-resource annotation #38

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: |
./scripts/run-api-linter.sh