Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tasso94/java-dependency-tree-diff
https://github.com/tasso94/java-dependency-tree-diff
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tasso94/java-dependency-tree-diff
- Owner: tasso94
- License: apache-2.0
- Created: 2021-04-01T15:28:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T09:21:28.000Z (over 3 years ago)
- Last Synced: 2024-10-14T20:37:43.235Z (2 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GitHub Action: java-dependency-tree-diff
### Setup
Add the following workflow to your GitHub repository under `.github/workflows/main.yml` to enable the action:
```yaml
name: Java Dependency Tree Diffon: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: tasso94/java-dependency-tree-diff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```### License
The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).