Update ru_ru.json #18
Workflow file for this run
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: Test Mod Build on PR | |
| on: | |
| pull_request: | |
| branches: | |
| - '**/prod' | |
| - '**/dev' | |
| jobs: | |
| test_pull_request: | |
| name: Test Pull Request | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - uses: actions/[email protected] | |
| with: | |
| java-version: '17' | |
| distribution: 'temurin' | |
| - name: Setup Gradle & Validate Wrapper | |
| uses: gradle/actions/[email protected] | |
| - name: Test Asset Generation | |
| run: ./gradlew runData | |
| - name: Test Build | |
| run: ./gradlew build |