Kernels
wyldecat commited on
Commit
1da8432
·
1 Parent(s): 8f89ce2

fix: comment out actionlint

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +6 -4
.pre-commit-config.yaml CHANGED
@@ -31,7 +31,9 @@ repos:
31
  hooks:
32
  - id: pymarkdown
33
  args: [fix]
34
- - repo: https://github.com/rhysd/actionlint
35
- rev: v1.7.7
36
- hooks:
37
- - id: actionlint
 
 
 
31
  hooks:
32
  - id: pymarkdown
33
  args: [fix]
34
+
35
+ # Can't get actionlint to work with pre-commit at the moment
36
+ #- repo: https://github.com/rhysd/actionlint
37
+ # rev: v1.7.7
38
+ # hooks:
39
+ # - id: actionlint