.github/workflows: add check_baddeps on GH runner

This commit is contained in:
Felix Lange 2025-02-27 13:11:02 +01:00
parent e76823ec7f
commit 74615197ec

View file

@ -30,6 +30,7 @@ jobs:
run: |
go run build/ci.go lint
go run build/ci.go check_generate
go run build/ci.go check_baddeps
build:
runs-on: self-hosted