https://github.com/Ninjabrain1/Ninjabrain-Bot with support for calibrating on wayland
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update maven.yml

authored by

Filip R and committed by
GitHub
ffdfc2ab 3dd2cd0f

-4
-4
.github/workflows/maven.yml
··· 28 28 29 29 - name: Build with Maven 30 30 run: mvn -B package -DskipTests --file pom.xml 31 - 32 - # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive 33 - - name: Update dependency graph 34 - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 35 31 36 32 Run-Tests: 37 33 needs: Build