Update ChangeLog.txt #39
Workflow file for this run
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: Check Suffixes | |
on: [push] | |
jobs: | |
check_suffixes: | |
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: '6.*' | |
- name: "Install dotnet-script" | |
run: | | |
dotnet tool install --global dotnet-script | |
- name: "Run Script" | |
run: | | |
python3 CK3_Validator/test_scripts/check_suffixes.py "WtWSMS" |