Skip to content

Commit

Permalink
fix action -> checkout needed
Browse files Browse the repository at this point in the history
  • Loading branch information
freasy committed Oct 1, 2023
1 parent 0cb1872 commit ed2b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clang-format lint
uses: DoozyX/[email protected]
with:
style: GNU
source: '.'
extensions: 'h,c'
clangFormatVersion: 16

0 comments on commit ed2b07a

Please sign in to comment.