Skip to content

Test scripts update

Test scripts update #2

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/clang-format-lint-action@v0.15
with:
source: './tutorials'
exclude: './contrib ./tools ./hiprt'
extensions: 'h,cpp,c'
clangFormatVersion: 15
inplace: True
- uses: EndBug/add-and-commit@v9.1.1
with:
author_name: rprbuild
author_email: a1rpr@amd.com
message: 'Automatic: Committing clang-format changes'