Skip to content

Commit 13088d4

Browse files
committed
Add lint workflow
1 parent f9ede04 commit 13088d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939
run: |
4040
set -o pipefail
41-
pnpm exec lint 2>&1 | tee lint-output.txt
41+
pnpm run lint 2>&1 | tee lint-output.txt
4242
echo "exit_code=${PIPESTATUS[0]}" >> $GITHUB_OUTPUT
4343
continue-on-error: true
4444
- name: Comment lint results on PR

0 commit comments

Comments
 (0)