mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
code samples: GitHub Actions: Remove gradle/actions/wrapper-validation because validation is performed by default in gradle/actions/setup-gradle@v4
This commit is contained in:
parent
4be1be7803
commit
4665e5ca16
8
.github/workflows/code-samples.yml
vendored
8
.github/workflows/code-samples.yml
vendored
@ -11,18 +11,16 @@ env:
|
||||
|
||||
jobs:
|
||||
|
||||
gradleValidation:
|
||||
name: Gradle Wrappers
|
||||
checkout:
|
||||
name: Checkout
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v4
|
||||
- name: Gradle Wrapper Validation
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
|
||||
samples:
|
||||
name: Code Samples / ${{ matrix.plugin }}
|
||||
needs: gradleValidation
|
||||
needs: checkout
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user