We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1827bf commit 17bca5bCopy full SHA for 17bca5b
.github/workflows/maven.yml
@@ -29,6 +29,8 @@ jobs:
29
cache: maven
30
- name: Build with Maven
31
run: mvn -B clean package --file pom.xml
32
+ - name: DeepSeek CR
33
+ uses: hustcer/[email protected]
34
35
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
36
- name: Update dependency graph
0 commit comments