nzp-team/nzportable#1194 - Fix broken Ballistic Knife assets crashing Vril on load #1
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: Verify MDL Models Conform to Standard | |
| on: [pull_request] | |
| jobs: | |
| PCX-Conformity: | |
| name: Verify MDL Models Conform to Standard | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ubuntu:24.10 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Wait for GitHub to keep up.. | |
| run: sleep 2s | |
| shell: bash | |
| - name: Run Script | |
| run: | | |
| bash testing/mdl_validator.sh |