We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jgonggrijp
Learn more about funding links in repositories.
Report abuse
1 parent 99a9a29 commit 58df108Copy full SHA for 58df108
.github/config/codeql.yml
@@ -1,4 +1,6 @@
1
paths:
2
- - 'modules/**/*.js'
+ - 'modules/**'
3
+ - 'test/**'
4
+ - 'test-treeshake/**'
5
- 'rollup*.js'
6
- 'index.html'
.github/workflows/codeql-analysis.yml
@@ -18,7 +18,9 @@ on:
18
# The branches below must be a subset of the branches above
19
branches: [ master ]
20
21
22
23
24
25
26
schedule:
0 commit comments