Backport "Harmonize CI configuration"

This commit applies the harmonization changes in eacfd77 whilst keeping
the doc attributes specific changes to 6.0.x
This commit is contained in:
Stéphane Nicoll
2024-07-05 10:05:04 +02:00
parent c7fd5c9c34
commit e66be91005
6 changed files with 136 additions and 73 deletions

View File

@@ -0,0 +1,11 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2