Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 14, 2024
1 parent 50f6a13 commit 813be6a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/[email protected]
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install setuptools
- uses: actions/[email protected]

- name: Run clang-format style check for C programs.
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18.2
with:
source: '.'
extensions: 'c,h,cpp,hpp'
Expand Down

0 comments on commit 813be6a

Please sign in to comment.