TOOLS: Handle several issue related to running scripts on Windows #3
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 WAD Textures Conform | |
| on: [pull_request] | |
| jobs: | |
| WAD-Textures-Conform: | |
| name: Verify WAD Textures Conform | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ubuntu:24.04 | |
| steps: | |
| - name: Install dependencies | |
| run: apt update && apt install python3 python3-pip git wget zip unzip libicu-dev -y | |
| shell: bash | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Wait for GitHub to keep up.. | |
| run: sleep 2s | |
| shell: bash | |
| - name: Run Script | |
| run: | | |
| bash testing/wad_texture_conformity.sh |