mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-16 11:00:42 +03:00
CI: remove lint security step as it's crashing
This commit is contained in:
parent
2a62c131a2
commit
57f328fbbc
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -54,5 +54,3 @@ jobs:
|
||||
- name: Check Code Formatting
|
||||
run: find . -name "*.go" | while read line; do [ -z "$(gofmt -d "$line" | head)" ] || exit 1; done
|
||||
|
||||
- name: Check Security (insecure practices)
|
||||
run: make secure-practices
|
||||
|
Loading…
Reference in New Issue
Block a user