Skip to content

Commit a6b0c10

Browse files
authored
fix: declare check-actionlint goal in Makefile as proper phony (#849)
1 parent cbc1c88 commit a6b0c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ audit:
150150
python -m pip_audit --skip-editable --desc on --fix --dry-run
151151

152152
# Run some or all checks over the package code base.
153-
.PHONY: check check-code check-bandit check-flake8 check-lint check-mypy
153+
.PHONY: check check-code check-bandit check-flake8 check-lint check-mypy check-actionlint
154154
check-code: check-bandit check-flake8 check-lint check-mypy check-actionlint
155155
check-bandit:
156156
pre-commit run bandit --all-files

0 commit comments

Comments
 (0)