Skip to content

Commit

Permalink
Skip actionlint pre-commit hook in CI
Browse files Browse the repository at this point in the history
The actionlint hook uses Docker, which isn't configured in the runners
used by pre-commit.ci, so I'm marking that one to be skipped. In
the future we can set up some alternate way of running actionlint on
pull requests automatically.
  • Loading branch information
diazona committed Mar 21, 2024
1 parent eee3973 commit 0ce2310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ repos:
rev: v1.6.25
hooks:
- id: actionlint-docker

ci:
skip:
- actionlint-docker

0 comments on commit 0ce2310

Please sign in to comment.