Skip to content

Commit e3724d6

Browse files
authored
Merge pull request acts-project#859 from niermann999/ref-format-artifacts
ref: Reactivate clang-format artifacts in CI
2 parents a1a2a3e + 15c4c8a commit e3724d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checks.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Check
2121
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

Comments
 (0)