diff --git a/.github/workflows/stb_check.yml b/.github/workflows/stb_check.yml new file mode 100644 index 00000000..5353250e --- /dev/null +++ b/.github/workflows/stb_check.yml @@ -0,0 +1,16 @@ +on: [push, pull_request] + +permissions: + contents: read + +jobs: + check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + with: + submodules: true + - name: Check + run: | + cd developer_tools/stbchecker + dotnet run ../../src/bin/hamcore \ No newline at end of file