Skip to content

hipfile/examples: Introduce aiscp (AIS Copy) example program #36

hipfile/examples: Introduce aiscp (AIS Copy) example program

hipfile/examples: Introduce aiscp (AIS Copy) example program #36

name: clang-format Check
on:
pull_request:
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 #v4.1.7
- name: Run clang-format style check for C/C++ code
uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 #v0.20
with:
source: '.'
extensions: 'c,h,cpp'
clangFormatVersion: 18
style: file