This repository was archived by the owner on Jul 7, 2025. It is now read-only.
chore(deps): Update gradle and github actions #453
This file contains hidden or 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
| name: "validate gradle wrapper" | |
| on: ["pull_request", "push"] | |
| jobs: | |
| build: | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - name: "checkout repository" | |
| uses: actions/checkout@v4 | |
| - name: "validate gradle wrapper" | |
| uses: "gradle/wrapper-validation-action@v3" |