mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
moreover: - indent yml with 2 spaces and format them - cleanup codecov ignore rules, remove deleted projects
11 lines
225 B
YAML
11 lines
225 B
YAML
name: "Validate Gradle Wrapper"
|
|
on: [ push, pull_request ]
|
|
|
|
jobs:
|
|
validation:
|
|
name: "Validation"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: gradle/wrapper-validation-action@v1
|