diff --git a/.github/workflows/small_pkg_test.yml b/.github/workflows/small_pkg_test.yml new file mode 100644 index 000000000..3691dacd5 --- /dev/null +++ b/.github/workflows/small_pkg_test.yml @@ -0,0 +1,12 @@ +name: Test Platform-Language bundles +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + tools: https://github.com/dsp-testing/codeql-split/releases/download/v1/codeql-bundle-20200826-linux64-cpp.tar.gz \ No newline at end of file