Skip to content

Commit 888788c

Browse files
committed
Add clang-format workflow
1 parent 4bd610b commit 888788c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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: art-daq/.github/.github/workflows/artdaq-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)