Skip to content

Commit e2cae44

Browse files
committed
chore: use string instead of array
1 parent 7e8333d commit e2cae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: npm ci
7474
- uses: bradennapier/eslint-plus-action@v3.4.2
7575
with:
76-
includeGlob: [ 'index.js', 'index.test.js', 'lib/*.js' ]
76+
includeGlob: 'index.js,index.test.js,lib/*.js'
7777

7878
release:
7979
name: Release

0 commit comments

Comments
 (0)