Skip to content

Commit

Permalink
ci: 💚 Fix copy-paste error in clang-format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 committed Jul 20, 2024
1 parent 646a77d commit 3f0f5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src/lemlib ./include/lemlib'
source: './src/gamepad ./include/gamepad'
extensions: 'hpp,cpp'
clangFormatVersion: 17

0 comments on commit 3f0f5ff

Please sign in to comment.