Update clang-pr.yml (#683)

* Update clang-pr.yml

* Update clang-pr.yml

* Update clang-pr.yml

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875 2024-09-23 18:29:47 +02:00 committed by GitHub
parent 6da6598cc6
commit 817979416f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
name: clang-format PR
on: [push]
on:
push:
branches:
- master
jobs:
formatting-check:
runs-on: ubuntu-24.04
@ -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