Skip to content

Commit

Permalink
broke yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Jan 6, 2025
1 parent 94955cb commit ac9945b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Set system to non-interactive mode
run: export DEBIAN_FRONTEND=noninteractive
- name: install dependencies
- uses: BSFishy/pip-action@v1
with:
packages: |
clang-format==12.0.1
- run: |
uses: BSFishy/pip-action@v1
with:
packages: |
lang-format==12.0.1
run: |
sudo apt-get install -y --force-yes -qq git
- name: check formatting
run: find . -regex '.*\.\(cpp\|hpp\)' | xargs clang-format -style=file -i && git diff --exit-code --ignore-submodules

0 comments on commit ac9945b

Please sign in to comment.