mirror of https://github.com/n64decomp/mk64.git
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:
parent
6da6598cc6
commit
817979416f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue