mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 23:17:54 -05:00
# Conflicts: # .github/workflows/checks.yml # .github/workflows/codeql.yml # .github/workflows/release.yml # .github/workflows/repolinter.yml # .github/workflows/sonarcloud.yml
12 lines
262 B
YAML
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
|