Skip to content

Release 2.4

Release 2.4 #3

Workflow file for this run

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'