Skip to content

ci: fail if any Go files contain an ignore directive (#4055) #5479

ci: fail if any Go files contain an ignore directive (#4055)

ci: fail if any Go files contain an ignore directive (#4055) #5479

Workflow file for this run

on: [push, pull_request]
jobs:
gogenerate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.x"
- name: Install dependencies
run: go build
- name: Run code generators
run: .github/workflows/go-generate.sh