Skip to content

Commit 497388a

Browse files
fix: use plain scalar for eslint_flags in lint workflow
1 parent ba8665d commit 497388a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747
reporter: github-pr-review
48-
eslint_flags: '.'
48+
eslint_flags: .
4949

5050
- name: 🏃‍♂️ Run ESLint PR
5151
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)