Skip to content

Commit 4816736

Browse files
authored
[chore] Fix the actionlint so shellcheck doesn't run even if installed (#1153)
1 parent 02c0306 commit 4816736

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ repos:
7373
files: ^cuda_pathfinder/cuda/.*\.py$ # Exclude tests directory
7474
args: [--config-file=cuda_pathfinder/pyproject.toml]
7575

76-
# TODO: Reinstate after the workflows have been corrected. See #1146
77-
# - repo: https://github.com/rhysd/actionlint
78-
# rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
79-
# hooks:
80-
# - id: actionlint
76+
- repo: https://github.com/rhysd/actionlint
77+
rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
78+
hooks:
79+
- id: actionlint
80+
args: ["-shellcheck="]
8181

8282
- repo: https://github.com/MarcoGorelli/cython-lint
8383
rev: "d9ff7ce99ef4f2ae8fba93079ca9d76c4651d4ac" # frozen: v0.18.0

0 commit comments

Comments
 (0)