#13204 RSV disease variants - basic disease variant converter tests #37277
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow checks the integrity of the gradle-wrapper.jar files in the project | |
# For more information see: https://github.com/gradle/wrapper-validation-action | |
name: Validate Gradle Wrapper | |
on: [push, pull_request] | |
jobs: | |
validation: | |
name: validation | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository (without token) | |
uses: actions/checkout@v3 | |
- name: Validate gradle wrapper | |
uses: gradle/wrapper-validation-action@v1 |