Skip to content

Commit

Permalink
ci: publish DEPENDENCIES file and remove related check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 14, 2024
1 parent 56ef1b0 commit c1f8f66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 341 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/trigger_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
Publish-Snapshot:
# This workflow will abort if the required secrets don't exist
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
secrets: inherit

Publish-Dependencies:
uses: eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
secrets: inherit
4 changes: 0 additions & 4 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest

Dependency-Check:
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
secrets: inherit

Unit-Tests:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 0 additions & 5 deletions CONTRIBUTING.md

This file was deleted.

147 changes: 0 additions & 147 deletions DEPENDENCIES

This file was deleted.

Loading

0 comments on commit c1f8f66

Please sign in to comment.