Skip to content

Commit

Permalink
Cleanup GitHub workflow check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 14, 2024
1 parent df9460f commit 6b645bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Check

on: [ push ]
on: push

jobs:
check:
Expand All @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Check
Expand Down

0 comments on commit 6b645bf

Please sign in to comment.