ConfigApp: Add toggle for sorting workshop items by installed first #9
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: ChaosMod.vcxproj Check | |
on: | |
pull_request: | |
push: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Python | |
uses: actions/setup-python@v4 | |
- name: Run scripts/asi_vcxproj_check.py | |
run: python scripts/asi_vcxproj_check.py ChaosMod/ ChaosMod.vcxproj |