Merge pull request #13 from Tschipcraft/dev #7
This file contains 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: Check data pack | |
on: [pull_request, push] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
with: | |
show-progress: false | |
- name: Validate commands | |
uses: mcbeet/check-commands@v1 | |
with: | |
source: . | |
stats: true |