Skip to content

Commit 8197ab0

Browse files
committed
fixup! post review lint workflow fixups
1 parent e4f4a32 commit 8197ab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
git-diff-args:
88
required: false
99
type: string
10-
default: ""
10+
default: ''
1111

1212
permissions:
1313
contents: read
@@ -33,9 +33,9 @@ jobs:
3333
shell: bash
3434
run: |
3535
if [[ -n "${{ inputs.git-diff-args }}" ]]; then
36-
yarn run --silent prettier:diff -- --check ${{ inputs.git-diff-args }}
36+
yarn run --silent prettier:diff --check ${{ inputs.git-diff-args }}
3737
else
38-
yarn run --silent prettier:diff -- --check
38+
yarn run --silent prettier:diff --check
3939
fi
4040
- uses: actions/setup-python@v5
4141
with:

0 commit comments

Comments
 (0)