Skip to content

Commit 39f8d84

Browse files
authored
Merge pull request #46 from bitfunk/feature/fix-binary-artifact-warning
Fix binary artifact warning
2 parents a1f7d64 + 838e3bb commit 39f8d84

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: CI - Pull Request Gradle Wrapper Validation
2+
3+
on:
4+
pull_request:
5+
types: [ opened, synchronize, reopened ]
6+
branches:
7+
- main
8+
- release/*
9+
- feature/*
10+
- bugfix/*
11+
12+
jobs:
13+
pull-request-gradle-wrapper-validation:
14+
15+
runs-on: ubuntu-latest
16+
17+
concurrency:
18+
group: validation-gradle-wrapper-${{ github.head_ref }}
19+
cancel-in-progress: true
20+
21+
steps:
22+
- uses: actions/checkout@v3
23+
- uses: gradle/wrapper-validation-action@v1
Binary file not shown.
Binary file not shown.
-59.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)