Skip to content

Commit

Permalink
Merge branch 'master' into clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Sep 23, 2024
2 parents fc46f36 + 8179794 commit 44a9e8e
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 44a9e8e

Please sign in to comment.