Skip to content

Commit

Permalink
Update clang-pr.yml (#683)
Browse files Browse the repository at this point in the history
* Update clang-pr.yml

* Update clang-pr.yml

* Update clang-pr.yml

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
  • Loading branch information
coco875 and MegaMech authored Sep 23, 2024
1 parent 6da6598 commit 8179794
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/clang-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: clang-format PR
on: [push]
on:
push:
branches:
- master
jobs:
formatting-check:
runs-on: ubuntu-24.04
Expand All @@ -15,6 +18,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: clang format
title: Applid Clang format on the branch
commit-message: Clang Format
title: Clang Format
branch: clang-format

0 comments on commit 8179794

Please sign in to comment.