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 e6bae6a commit 7b09ea0Copy full SHA for 7b09ea0
.github/workflows/pre-commit.yaml
@@ -12,7 +12,9 @@ jobs:
12
- uses: actions/setup-python@v3
13
- name: Install actionlint
14
# 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)
+ run: |
16
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
17
+ echo "$PWD" >> "$GITHUB_PATH"
18
19
- uses: pre-commit/[email protected]
20
with:
0 commit comments