Skip to content

Commit

Permalink
needs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 28, 2024
1 parent b79ae85 commit 919d9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
extensions: 'h,cpp'
clangFormatVersion: 16
CPU:
#needs: Formatting
needs: Formatting
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 919d9dd

Please sign in to comment.