Skip to content

Commit

Permalink
COMP: Add apply-clang-format.yml file to address warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit committed Apr 13, 2022
1 parent 85a1944 commit d77c46f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/apply-clang-format.yml
@@ -0,0 +1,17 @@
name: Apply clang-format to PR

on:
pull_request:
types: [labeled]

jobs:
clang-format:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d77c46f

Please sign in to comment.