Fix dependency main class detection throwing an NPE when JAR manifest… #1220
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: github-dependency-graph | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
submit-dependency-graph: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: coursier/cache-action@v6 | |
- uses: VirtusLab/scala-cli-setup@6e130d1f4a0d65d57b354dd58cd3de8a60c264d7 | |
with: | |
jvm: "temurin:17" | |
- uses: ckipp01/mill-dependency-submission@v1 |