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 b887b76 commit 50f6a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up dependencies
run: |
sudo apt-get update
sudo apt-get install setuptools
run: |
sudo apt-get update
sudo apt-get install setuptools
- name: Run clang-format style check for C programs.
uses: DoozyX/[email protected]
with:
Expand Down

0 comments on commit 50f6a13

Please sign in to comment.