Skip to content

Commit

Permalink
Squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jul 10, 2024
1 parent 3bbeca2 commit b668cf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
run: git ls-files | grep -E "\.(c|cc|cpp|cxx|inl|h|hh|hpp|hxx)$" | xargs clang-format -i -style=file --Werror --dry-run

# just to have a sync point for the C++ and Rust static code analysis
static-code-analysis-cpp:
static-code-analysis:
needs: [static-code-analysis-cpp, static-code-analysis-rust]
runs-on: ubuntu-latest
steps:
- name: Static code analysis sync point
run: echo "Nothing to see, move along!"
# runs-on: ubuntu-latest
# steps:
# - name: Static code analysis sync point
# run: echo "Nothing to see, move along!"

cargo-nextest:
needs: preflight-check
Expand Down

0 comments on commit b668cf6

Please sign in to comment.