Skip to content

Explicitly request more ROOT features #5

Explicitly request more ROOT features

Explicitly request more ROOT features #5

Workflow file for this run

name: Git Whitespace Check Workflow
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ main ]
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
jobs:
check_whitespace_dispatch:
name: Check Git whitespace
uses: Mu2e/.github/.github/workflows/git-whitespace.yml@stable
with:
against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}