Skip to content

Commit

Permalink
Update generate-schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveneti authored Nov 12, 2024
1 parent 908780a commit 217390a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle Wrapper
run: generator/gradlew validate
run: ./generator/gradlew validate

0 comments on commit 217390a

Please sign in to comment.