fix: comment out actionlint
Browse files- .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 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
| 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
|