Skip to content

Perform Code Clean

Perform Code Clean #3

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 PDE Bot <[email protected]>
do-quickfix: false
do-cleanups: true
bundle-folders: ui/*/ ua/*/ ds/*/ build/*/ apitools/*/ e4tools/*/
secrets:
token: ${{ secrets.PDE_BOT_PAT }}