Merge pull request #967 from MichaelMure/ci

CI: remove lint security step as it's crashing
This commit is contained in:
Michael Muré 2022-12-29 12:52:34 +01:00 committed by GitHub
commit 211a038c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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