Skip to content

Commit 46ebcff

Browse files
authored
Update main.yml to add squigglecop artifacts
Signed-off-by: Richard Murillo <[email protected]>
1 parent a4f74cf commit 46ebcff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ jobs:
100100
path: |
101101
**/*.received.*
102102
103+
- name: Upload *.SquiggleCop.* files
104+
uses: actions/upload-artifact@v4
105+
if: failure()
106+
with:
107+
name: squigglecop-results
108+
path: |
109+
**/SquiggleCop.*.*
110+
103111
- name: Upload SARIF files
104112
uses: actions/upload-artifact@v4
105113
if: success() || failure()

0 commit comments

Comments
 (0)