diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..64f84ba --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,18 @@ +name: CodeQL queries test +on: + pull_request: + push: + branches: + - main +jobs: + test: + name: Run CodeQL query tests + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - id: init + uses: github/codeql-action/init@v3 + - name: Run tests + run: | + ${{ steps.init.outputs.codeql-path }} test run ./cpp/test/ + ${{ steps.init.outputs.codeql-path }} test run ./go/test/