Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/aeon_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Aeon CI
name: Aeon CI

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
run: sudo apt-get install -y cppcheck
- name: Run cppcheck on Aeon headers
run: cppcheck --enable=all --suppress=missingIncludeSystem --error-exitcode=1 core/ spell/ cast/ translate/ hive/ engines/ network/ 2>&1 | tee cppcheck.txt || true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: cppcheck-report
Expand Down
Loading