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 f9ede04 commit 13088d4Copy full SHA for 13088d4
.github/workflows/lint.yml
@@ -38,7 +38,7 @@ jobs:
38
shell: bash
39
run: |
40
set -o pipefail
41
- pnpm exec lint 2>&1 | tee lint-output.txt
+ pnpm run lint 2>&1 | tee lint-output.txt
42
echo "exit_code=${PIPESTATUS[0]}" >> $GITHUB_OUTPUT
43
continue-on-error: true
44
- name: Comment lint results on PR
0 commit comments