mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-02-11 20:48:52 +00:00
feat(security): improve security features, fixes
This commit is contained in:
14
scripts/lint.sh
Executable file
14
scripts/lint.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Running golangci-lint..."
|
||||
golangci-lint run ./...
|
||||
|
||||
echo "Running checkmake..."
|
||||
checkmake --config=.checkmake Makefile
|
||||
|
||||
echo "Running shfmt check..."
|
||||
shfmt -d .
|
||||
|
||||
echo "Running yamllint..."
|
||||
yamllint -c .yamllint .
|
||||
Reference in New Issue
Block a user