Skip to content

Commit 7e8333d

Browse files
committed
chore: update array syntax in module.yml
1 parent d9d169f commit 7e8333d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/module.yml

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

8178
release:
8279
name: Release

0 commit comments

Comments
 (0)