Skip to content

Commit

Permalink
Add a new line to remove .clang-format file to clang-formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovenoah committed Feb 9, 2024
1 parent 0791387 commit 23e1483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
clang-format -i "$file"
done
cd ..
- name: Remove unnecessary file
run: rm -f ".clang-fomat file"
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 23e1483

Please sign in to comment.