Skip to content

Allow Dataform Select Box to have a custom empty option (#70894) #54

Allow Dataform Select Box to have a custom empty option (#70894)

Allow Dataform Select Box to have a custom empty option (#70894) #54

name: 'Validate Gradle Wrapper'
on: [push, pull_request]
# Disable permissions for all available scopes by default.
# Any needed permissions should be configured at the job level.
permissions: {}
jobs:
validation:
name: 'Validation'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
persist-credentials: false
- name: Validate checksums
uses: gradle/actions/wrapper-validation@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2