Skip to content

Commit

Permalink
validate mvn, cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Dec 9, 2023
1 parent f76997a commit f6138c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn -B verify --file pom.xml
run: mvn -B validate --file pom.xml

# - name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit f6138c0

Please sign in to comment.