Skip to content

fix: always skip pre-existing policy failures and clean up API surfac… #13

fix: always skip pre-existing policy failures and clean up API surfac…

fix: always skip pre-existing policy failures and clean up API surfac… #13

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test