Skip to content

Commit 5fb96af

Browse files
committed
Add clang-format workflow
1 parent 299443c commit 5fb96af

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Format Single Pkg Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
paths-ignore:
8+
- 'docs/**'
9+
- '.github/**'
10+
pull_request:
11+
branches: [ develop ]
12+
workflow_dispatch:
13+
14+
jobs:
15+
16+
build_single_pkg:
17+
name: format single pkg
18+
uses: Mu2e/.github/.github/workflows/mu2e-format-single-pkg.yml@stable
19+
with:
20+
against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}

0 commit comments

Comments
 (0)