Skip to content

Commit dacb45e

Browse files
authored
Merge pull request #297 from utzcoz/add-gradle-validation-action
Add gradle wrapper validation GitHub Action
2 parents 7450c54 + 7e0cc23 commit dacb45e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2022, Collabora, Ltd.
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
name: Validate Gradle Wrapper
5+
6+
on:
7+
push:
8+
branches: [ main ]
9+
10+
pull_request:
11+
branches: [ main ]
12+
13+
jobs:
14+
validation:
15+
name: Validation
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v2
19+
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)