Skip to content

Commit

Permalink
Remove useless clang format steps in gihub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Mar 27, 2024
1 parent 63fbae5 commit 6254d02
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

steps:


- name: Install GCC
if: matrix.sys.compiler == 'gcc'
uses: egor-tensin/setup-gcc@v1
Expand Down Expand Up @@ -78,14 +77,6 @@ jobs:
working-directory: build
run: ctest -C ${{matrix.config.name}} --output-on-failure

- name: Check clang-format version
working-directory: build
run: clang-format --version

- name: Check clang-format help
working-directory: build
run: clang-format --help

- name: Run clang-format dry-run
if: matrix.sys.compiler == 'clang'
working-directory: build
Expand Down

0 comments on commit 6254d02

Please sign in to comment.