Skip to content

Commit

Permalink
Add clang-format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Jan 10, 2025
1 parent a93d39d commit b331f52
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mu2e-format-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Format Single Pkg Workflow

on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ develop ]
workflow_dispatch:

jobs:

build_single_pkg:
name: format single pkg
uses: Mu2e/.github/.github/workflows/mu2e-format-single-pkg.yml@stable
with:
against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}

0 comments on commit b331f52

Please sign in to comment.