Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/apply-precommit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check and Fix Whitespace on Schedule

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
fix-whitespace:
uses: TYPO3-Documentation/.github/.github/workflows/reusable-apply-precommit.yml@6cdf90e700f7c32376aa2cb2d96a201b67c77ed2
secrets:
APP_CLIENT_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}