Skip to content

Commit

Permalink
test: only run actiontest manually for local checking
Browse files Browse the repository at this point in the history
  • Loading branch information
UpDryTwist committed Dec 24, 2023
1 parent 8809bc8 commit affa202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ repos:
rev: v1.6.26
hooks:
# Note: this requires that you install actionlint as a system command
# . . . so it's currently only running in the manual checks
- id: actionlint-system
stages: [ manual ]

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ unit:
check:
@poetry run pre-commit run --all-files

check-github-actions:
@poetry run pre-commit run --hook-stage manual actionlint


lint:
@poetry run flake8

Expand Down

0 comments on commit affa202

Please sign in to comment.