Skip to content

Commit

Permalink
Merge pull request #55 from ilovenoah/54-hotfix-run-clang-formatter-m…
Browse files Browse the repository at this point in the history
…ultiple-times-on-github-actions

Add a new line to remove .clang-format file to clang-formatter.yml
  • Loading branch information
ilovenoah authored Feb 9, 2024
2 parents 0791387 + 23e1483 commit a3c1b83
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 a3c1b83

Please sign in to comment.