We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1a2a3e + 15c4c8a commit e3724d6Copy full SHA for e3724d6
.github/workflows/checks.yml
@@ -19,3 +19,8 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Check
21
run: .github/check_format.sh .
22
+ - uses: actions/upload-artifact@v4
23
+ if: failure()
24
+ with:
25
+ name: changed
26
+ path: changed
0 commit comments