Skip to content

Git Whitespace Check Workflow #20

Git Whitespace Check Workflow

Git Whitespace Check Workflow #20

name: Git Whitespace Check Workflow
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ develop ]
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
jobs:
check_whitespace_dispatch:
name: Check Git whitespace
uses: art-daq/.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 }}