mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-17 13:10:17 +03:00
Merge pull request #967 from MichaelMure/ci
CI: remove lint security step as it's crashing
This commit is contained in:
commit
211a038c60
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