Files
linea-besu/.github/workflows/gradle-wrapper-validation.yml
Fabio Di Fabio f79d71d95d Merge branch 'main' into zkbesu
# Conflicts:
#	.github/workflows/checks.yml
#	.github/workflows/codeql.yml
#	.github/workflows/release.yml
#	.github/workflows/repolinter.yml
#	.github/workflows/sonarcloud.yml
2023-11-23 10:50:12 +01:00

12 lines
262 B
YAML

# SPDX-License-Identifier: Apache-2.0
name: "Validate Gradle Wrapper"
on: [push]
jobs:
validation:
name: "Gradle Wrapper Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1