Skip to content

Commit 7b09ea0

Browse files
committed
fix test.yaml: add actionlint to $PATH
1 parent e6bae6a commit 7b09ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
- uses: actions/setup-python@v3
1313
- name: Install actionlint
1414
# https://github.com/rhysd/actionlint/blob/main/docs/install.md
15-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
15+
run: |
16+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
17+
echo "$PWD" >> "$GITHUB_PATH"
1618
1719
- uses: pre-commit/[email protected]
1820
with:

0 commit comments

Comments
 (0)