CI: remove lint security step as it's crashing

This commit is contained in:
Michael Muré 2022-12-29 12:50:53 +01:00
parent 2a62c131a2
commit 57f328fbbc
No known key found for this signature in database
GPG Key ID: A4457C029293126F

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