Skip to content

Commit 2c4dcce

Browse files
Add Moderne ingest github action
on-behalf-of: @jkschneider
1 parent 824e178 commit 2c4dcce

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Moderne ingest
3+
4+
on:
5+
workflow_dispatch:
6+
push:
7+
branches: [ main ]
8+
9+
jobs:
10+
ingest:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
with:
15+
fetch-depth: 0
16+
- name: ingest
17+
uses: docker://moderne/ingest:java11-latest
18+
env:
19+
MODERNE_API_ACCESS_TOKEN: ${{ secrets.MODERNE_API_ACCESS_TOKEN }}
20+
with:
21+
args: --style-name org.openrewrite.java.SpringFormat

0 commit comments

Comments
 (0)