🐛 [Artifact 1057-1060] 豪鬼の鎧のフルセット効果発動時に着脱音がする問題を修正 #10813
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: lint-datapack | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint: | |
| name: lint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - name: Test | |
| uses: ChenCMD/datapack-linter@v2 | |
| with: | |
| GITHUB_TOKEN: ${{ github.token }} | |
| muteSuccessResult: true | |
| ignoreLintPathPattern: | | |
| animated_java:** |