Skip to content

Commit 9110c86

Browse files
committed
chore: update eslint glob in workflow
1 parent ead5507 commit 9110c86

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
@@ -82,7 +82,7 @@ jobs:
8282
dry_run: "false"
8383
- uses: bradennapier/eslint-plus-action@v3.4.2
8484
with:
85-
includeGlob: 'index.js,index.test.js,lib/*.js'
85+
includeGlob: 'src/*.ts'
8686

8787
release:
8888
name: Release

0 commit comments

Comments
 (0)