Skip to content

Commit

Permalink
Add step to build code.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed May 8, 2024
1 parent e822b86 commit 7f7a95f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
uses: ./.github/actions/java
- name: "Validate Gradle wrapper"
uses: gradle/wrapper-validation-action@v1
- name: "Build code"
shell: sh
run: sh gradlew build

0 comments on commit 7f7a95f

Please sign in to comment.