Skip to content

Commit cde422e

Browse files
committed
make actionlint happy
1 parent 28fae4a commit cde422e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
FILES: ${{ steps.changes.outputs.files }}
6161
# Unquoted $FILES intentionally word-splits the newline-separated list
6262
# into separate path args. Safe given the has_files guard above.
63-
run: pnpm exec oxfmt --check $FILES
63+
run: "pnpm exec oxfmt --check $FILES"
6464

6565
# TODO update this so lint failures fail CI
6666
# Informational only — lint findings are surfaced in the logs but never
@@ -70,4 +70,4 @@ jobs:
7070
continue-on-error: true
7171
env:
7272
FILES: ${{ steps.changes.outputs.files }}
73-
run: pnpm exec oxlint $FILES
73+
run: "pnpm exec oxlint $FILES"

0 commit comments

Comments
 (0)