Skip to content

Commit

Permalink
fix: ensure autobuild doesn't choke
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Sep 4, 2023
1 parent 7214364 commit dee78f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Build
run: ./gradlew build shadowJar proguard

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit dee78f3

Please sign in to comment.