Skip to content

Commit

Permalink
fix: declare check-actionlint goal in Makefile as proper phony
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Dec 9, 2024
1 parent 026dd02 commit 4d71474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ audit:
python -m pip_audit --skip-editable --desc on --fix --dry-run

# Run some or all checks over the package code base.
.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
check-code: check-bandit check-flake8 check-lint check-mypy check-actionlint
check-bandit:
pre-commit run bandit --all-files
Expand Down

0 comments on commit 4d71474

Please sign in to comment.