Skip to content

Configure the gitignore apimatic file #15

Configure the gitignore apimatic file

Configure the gitignore apimatic file #15

Workflow file for this run

name: Build & run tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
- name: Test with the Go CLI
run: cd test && go test -v