Skip to content

Commit

Permalink
fixup #5
Browse files Browse the repository at this point in the history
  • Loading branch information
p4vook committed Dec 6, 2020
1 parent 75071fc commit 161177c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install clang-format
run: sudo apt install clang-format
- name: Setup clang-format
run: |
sudo apt install clang-format
sudo update-alternatives --set clang-format /usr/bin/clang-format-9
- name: Run clang-format
run: git clang-format -v --binary clang-format-9 --style file master
run: git clang-format -v --style file master
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 161177c

Please sign in to comment.