Skip to content

Commit

Permalink
Merge branch 'main' into boring-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 27, 2023
2 parents 6206cc6 + 6a80fb4 commit 1de6c0e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,14 @@ jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include'
- 'src'
- 'test'
- 'cmd'
- 'lib'
steps:
- uses: actions/checkout@v4

- name: Run clang-format style check for C/C++ programs
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}
clang-format-version: 16
include-regex: '^\./(src|include|test|cmd)/.*\.(cpp|h)$'
fallback-style: 'Mozilla'

quick-linux-interop-check:
Expand Down

0 comments on commit 1de6c0e

Please sign in to comment.