Skip to content

Commit f38bc39

Browse files
committed
[chore] Disable actionlint temporarily
1 parent 972ea4a commit f38bc39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.pre-commit-config.yaml

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

76-
- repo: https://github.com/rhysd/actionlint
77-
rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
78-
hooks:
79-
- id: actionlint
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
8081

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

0 commit comments

Comments
 (0)