Skip to content

Commit

Permalink
remove linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Nov 23, 2023
1 parent 1ea3578 commit 16bee26
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: make
run: make
run: autoreconf -fi && ./configure && make

- name: make test
run: make test

formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: 'src'
fallback-style: 'Mozilla' # optional
run: autoreconf -fi && ./configure && make check && ./test_flat_file && ./test_forest

0 comments on commit 16bee26

Please sign in to comment.