Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 24, 2022
1 parent 4ddaa5a commit eac8c3e
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: '🚔'
on: push
jobs:
job:
wrapper:
name: 'Wrapper'
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
verify:
name: 'Java ${{ matrix.java }}'
runs-on: 'ubuntu-22.04'
strategy:
Expand All @@ -10,7 +16,6 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
java-version: '${{ matrix.java }}'
Expand Down

0 comments on commit eac8c3e

Please sign in to comment.