We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cec8c commit d92d62aCopy full SHA for d92d62a
.github/workflows/codeql.yml
@@ -74,7 +74,7 @@ jobs:
74
# queries: +"codeql/javascript-queries:AlertSuppression.ql"
75
config: |
76
paths-ignore:
77
- - './test/**/*.*'
+ - test/**
78
79
# If the analyze step fails for one of the languages you are analyzing with
80
# "We were unable to automatically build your code", modify the matrix above
0 commit comments