Skip to content

Commit 7bad4cf

Browse files
committed
Fixes.
1 parent fee8718 commit 7bad4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ on:
2222
- 'src/**.js'
2323
- 'src/**.php'
2424
- 'tests/**.php'
25-
- 'tests/qunit/**/*.js
25+
- 'tests/qunit/**.js'
2626
# These files configure npm. Changes could affect the outcome.
2727
- 'package*.json'
2828
- '.npmrc'
2929
- '.nvmrc'
3030
# These files configure Composer. Changes could affect the outcome.
3131
- 'composer.*'
3232
# This file configures JSHint. Changes could affect the outcome.
33-
- '.jshintrc'
33+
- '**.jshintrc'
3434
# This file configures PHPCS. Changes could affect the outcome.
3535
- 'phpcs.xml.dist'
3636
# Confirm any changes to relevant workflow files.

0 commit comments

Comments
 (0)