Bug Fixes and Potential Bugfixes #225
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: Check Database Items | |
| on: [push] | |
| jobs: | |
| check_database_items: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 2 | |
| submodules: recursive | |
| - name: "Setup Dotnet for use with actions" | |
| uses: actions/setup-dotnet@v2 | |
| with: | |
| dotnet-version: '8.*' | |
| - name: "Install dotnet-script" | |
| run: | | |
| dotnet tool install --global dotnet-script | |
| - name: "Run Script" | |
| run: | | |
| python3 CK3_Validator/test_scripts/check_database.py "WtWSMS" |