File tree Expand file tree Collapse file tree 4 files changed +6
-356
lines changed Expand file tree Collapse file tree 4 files changed +6
-356
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
Publish-Snapshot :
11
- # This workflow will abort if the required secrets don't exist
12
11
uses : eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
13
12
secrets : inherit
13
+
14
+ Publish-Dependencies :
15
+ uses : eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
16
+ secrets : inherit
Original file line number Diff line number Diff line change 30
30
- name : Run Checkstyle
31
31
run : ./gradlew checkstyleMain checkstyleTest checkstyleTestFixtures
32
32
33
- Dependency-Check :
34
- uses : eclipse-edc/.github/.github/workflows/dependency-check.yml@main
35
- secrets : inherit
36
-
37
33
Javadoc :
38
34
runs-on : ubuntu-latest
39
35
steps :
@@ -140,4 +136,4 @@ jobs:
140
136
uses : eclipse-edc/.github/.github/workflows/verify-bom.yml@main
141
137
with :
142
138
module-dir : ${{ matrix.bom-directory }}
143
- properties-file : example.properties
139
+ properties-file : example.properties
You can’t perform that action at this time.
0 commit comments