Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #1

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #1

name: Apply clang-format to PR
on:
pull_request:
types: [labeled]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: InsightSoftwareConsortium/ITKApplyClangFormatAction@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}