Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook up CI #21

Merged
merged 20 commits into from
Feb 29, 2024
Prev Previous commit
Next Next commit
needs formatting
marchdf committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 919d9ddcac9dc650a7794bfda3f8e68cb61cd4d8
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
extensions: 'h,cpp'
clangFormatVersion: 16
CPU:
#needs: Formatting
needs: Formatting
runs-on: ${{matrix.os}}
strategy:
matrix:
@@ -102,7 +102,7 @@ jobs:
cat build-output-warnings.txt
exit $(tail -n 1 build-output-warnings.txt | awk '{print $2}')
Lint-clang-tidy:
# needs: Formatting
needs: Formatting
runs-on: ubuntu-latest
steps:
- name: Clone
@@ -171,7 +171,7 @@ jobs:
cat clang-tidy-ci-report.txt
exit $(tail -n 1 clang-tidy-ci-report.txt | awk '{print $2}')
Lint-codeql:
# needs: Formatting
needs: Formatting
runs-on: ubuntu-latest
steps:
- name: Clone
@@ -219,7 +219,7 @@ jobs:
with:
sarif_file: sarif-results/cpp.sarif
Lint-codespell:
# needs: Formatting
needs: Formatting
runs-on: ubuntu-latest
steps:
- name: Clone