Skip to content

Commit

Permalink
remove optional dependency step
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Bonifacio committed Oct 5, 2023
1 parent a752c23 commit 9c30c01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file try-monad/pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v3
with:
directory: try-monad

0 comments on commit 9c30c01

Please sign in to comment.