We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824e178 commit 2c4dcceCopy full SHA for 2c4dcce
.github/workflows/moderne-ingest.yml
@@ -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
21
+ args: --style-name org.openrewrite.java.SpringFormat
0 commit comments