Skip to content

Perform Code Clean

Perform Code Clean #26

Workflow file for this run

name: Perform Code Clean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
clean-code:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/cleanCode.yml@master
with:
author: Eclipse Platform Bot <[email protected]>
do-quickfix: false
do-cleanups: true
bundle-folders: bundles/*/
secrets:
token: ${{ secrets.PLATFORM_BOT_PAT }}