We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-actionlint
1 parent cbc1c88 commit a6b0c10Copy full SHA for a6b0c10
Makefile
@@ -150,7 +150,7 @@ audit:
150
python -m pip_audit --skip-editable --desc on --fix --dry-run
151
152
# Run some or all checks over the package code base.
153
-.PHONY: check check-code check-bandit check-flake8 check-lint check-mypy
+.PHONY: check check-code check-bandit check-flake8 check-lint check-mypy check-actionlint
154
check-code: check-bandit check-flake8 check-lint check-mypy check-actionlint
155
check-bandit:
156
pre-commit run bandit --all-files
0 commit comments