We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee8718 commit 7bad4cfCopy full SHA for 7bad4cf
.github/workflows/coding-standards.yml
@@ -22,15 +22,15 @@ on:
22
- 'src/**.js'
23
- 'src/**.php'
24
- 'tests/**.php'
25
- - 'tests/qunit/**/*.js
+ - 'tests/qunit/**.js'
26
# These files configure npm. Changes could affect the outcome.
27
- 'package*.json'
28
- '.npmrc'
29
- '.nvmrc'
30
# These files configure Composer. Changes could affect the outcome.
31
- 'composer.*'
32
# This file configures JSHint. Changes could affect the outcome.
33
- - '.jshintrc'
+ - '**.jshintrc'
34
# This file configures PHPCS. Changes could affect the outcome.
35
- 'phpcs.xml.dist'
36
# Confirm any changes to relevant workflow files.
0 commit comments