Skip to content

Commit 13640dc

Browse files
committed
Add clean code workflow
1 parent bc09a54 commit 13640dc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/doCleanCode.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Perform Code Clean
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
on:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: '0 2 * * *'
9+
10+
jobs:
11+
clean-code:
12+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/cleanCode.yml@master
13+
with:
14+
author: Eclipse PDE Bot <[email protected]>
15+
do-quickfix: false
16+
do-cleanups: true
17+
bundle-folders: ui/*/ ua/*/ ds/*/ build/*/ apitools/*/ e4tools/*/
18+
secrets:
19+
token: ${{ secrets.PDE_BOT_PAT }}

0 commit comments

Comments
 (0)