cleaner style for validate gradle wrapper action

This commit is contained in:
Daniel Micay 2021-11-29 23:40:33 -05:00
parent c9317c3090
commit 872f62eb38
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
name: "Validate Gradle Wrapper"
name: Validate Gradle Wrapper
on: [pull_request, push]
jobs:
validation:
name: "Validation"
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2