Skip to content

Commit

Permalink
actions test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekiu committed Dec 22, 2023
1 parent c2b9221 commit 0d3fefb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wlodzimiers Blocks
name: Check Wlodzimiers Blocks
on:
- push
jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build Gradle
uses: eskatos/gradle-command-action@v1
with:
arguments: check
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
- name: Check Build
run: ./gradlew check

0 comments on commit 0d3fefb

Please sign in to comment.