.github/workflows: remove check_tidy and add check_generate

This commit is contained in:
Felix Lange 2025-02-27 13:07:26 +01:00
parent 1f18472f95
commit e76823ec7f

View file

@ -29,8 +29,7 @@ jobs:
- name: Run linters
run: |
go run build/ci.go lint
go run build/ci.go check_tidy
go run build/ci.go check_baddeps
go run build/ci.go check_generate
build:
runs-on: self-hosted