Skip to content

Commit

Permalink
GitHub Actions: wrapper-validation-action integration (JetBrains#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz authored May 12, 2020
1 parent f4647bb commit f56cead
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,18 @@ jobs:
export LANGUAGE=en_US.UTF-8
rake build
gradleValidation:
name: Gradle Wrappers
runs-on: ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v2
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1

samples:
name: Code Samples / ${{ matrix.plugin }}
needs: gradleValidation
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f56cead

Please sign in to comment.