Skip to content

Commit

Permalink
ci: add Gradle wrapper validation
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored and oshai committed Feb 21, 2023
1 parent 0dcc045 commit 95da473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: CI
on: [push, pull_request]

jobs:
validation:
name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
build:
name: Build on ${{ matrix.os.runner }}
runs-on: ${{ matrix.os.runner }}
Expand Down

0 comments on commit 95da473

Please sign in to comment.