We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c4b3d commit 702be5aCopy full SHA for 702be5a
.github/workflows/build.yml
@@ -6,21 +6,6 @@ on:
6
# Trigger the workflow on any pull request
7
pull_request:
8
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
24
# Run verifyPlugin and test Gradle tasks
25
build:
26
name: Build
0 commit comments