Skip to content

Commit 95da473

Browse files
yeikeloshai
authored andcommitted
ci: add Gradle wrapper validation
1 parent 0dcc045 commit 95da473

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: CI
33
on: [push, pull_request]
44

55
jobs:
6+
validation:
7+
name: "Validate Gradle Wrapper"
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: gradle/wrapper-validation-action@v1
612
build:
713
name: Build on ${{ matrix.os.runner }}
814
runs-on: ${{ matrix.os.runner }}

0 commit comments

Comments
 (0)