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 e78b5da commit aa90e92Copy full SHA for aa90e92
.github/workflows/extra-rule-validation.yml
@@ -41,12 +41,12 @@ jobs:
41
- uses: actions/upload-artifact@v3
42
with:
43
name: missing-test-report.csv
44
- path: MissingTestReport*
+ path: codeql-coding-standards/MissingTestReport*.csv
45
if-no-files-found: error
46
47
48
49
name: test-report.csv
50
- path: TestReport*
+ path: codeql-coding-standards/TestReport*.csv
51
52
0 commit comments