1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +00:00

No need to link clang-format

This commit is contained in:
Carles Fernandez 2020-11-06 10:43:38 +01:00
parent 30b52cd68e
commit 03178b61df
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -42,7 +42,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install dependencies - name: install dependencies
run: brew install clang-format && brew link clang-format run: brew install clang-format
- name: run clang-format - name: run clang-format
run: find . -iname \*.h -o -iname \*.c -o -iname \*.cpp | xargs clang-format -style=file -i run: find . -iname \*.h -o -iname \*.c -o -iname \*.cpp | xargs clang-format -style=file -i
- name: check - name: check