Skip to content

Commit 441c7f7

Browse files
authored
Update .github/workflows/js-lint.yml
1 parent 54830f6 commit 441c7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/js-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
cancel_others: 'false'
2323
github_token: ${{ github.token }}
24-
paths: '["**/*.js","package*.json",".github/workflows/js-lint.yml"]'
24+
paths: '["**/*.js", "package*.json", ".github/workflows/js-lint.yml"]'
2525

2626
lint:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)