We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0906d6 commit 2048f43Copy full SHA for 2048f43
.github/workflows/main.yml
@@ -43,4 +43,4 @@ jobs:
43
run: ci/install-binary.sh tflint
44
45
- name: Run pre-commit tests
46
- run: PATH="~/bin:$PATH" pre-commit run --all-files
+ run: PATH="$HOME/bin:$PATH" pre-commit run --all-files
.pre-commit-config.yaml
@@ -12,6 +12,11 @@ repos:
12
- --autofix
13
- id: trailing-whitespace
14
15
+ - repo: https://github.com/rhysd/actionlint
16
+ rev: v1.7.7
17
+ hooks:
18
+ - id: actionlint
19
+
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
rev: v0.45.0
22
hooks:
0 commit comments