Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
meistdan committed Aug 5, 2024
1 parent 9e87d47 commit df52fb6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Run clang-format Linter

on:
pull_request:
branches:
- main


jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: DoozyX/[email protected]
with:
source: './tutorials'
exclude: './contrib ./tools ./hiprt'
extensions: 'h,cpp,c'
clangFormatVersion: 15
inplace: True
- uses: EndBug/[email protected]
with:
author_name: rprbuild
author_email: [email protected]
message: 'Automatic: Committing clang-format changes'

0 comments on commit df52fb6

Please sign in to comment.