MAPS: xmas2 fixes #55
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 Assets Referenced in Map Files Exist | |
| on: [pull_request] | |
| jobs: | |
| Map-Assets-Exist: | |
| name: Verify Assets Referenced in Map Files Exist | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ubuntu:24.04 | |
| steps: | |
| - name: Install binutils | |
| run: apt update && apt install binutils -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/map_assets_exist.sh |