Skip to content

Commit 702be5a

Browse files
committed
CI: Remove duplicated
1 parent 83c4b3d commit 702be5a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@ on:
66
# Trigger the workflow on any pull request
77
pull_request:
88
jobs:
9-
10-
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
11-
gradleValidation:
12-
name: Gradle Wrapper
13-
runs-on: ubuntu-latest
14-
steps:
15-
16-
# Check out current repository
17-
- name: Fetch Sources
18-
uses: actions/checkout@v4
19-
20-
# Validate wrapper
21-
- name: Gradle Wrapper Validation
22-
uses: gradle/wrapper-validation-action@v3
23-
249
# Run verifyPlugin and test Gradle tasks
2510
build:
2611
name: Build

0 commit comments

Comments
 (0)