Files
codeql-action/pr-checks/checks/remote-config.yml
Edoardo Pirovano 444316b6c6 Refactor PR checks
2021-09-08 13:59:52 +01:00

15 lines
493 B
YAML

name: "Remote config file"
description: "Checks that specifying packages using only a config file works"
steps:
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}
languages: cpp,csharp,java,javascript,python
config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }}
- name: Build code
shell: bash
run: ./build.sh
- uses: ./../action/analyze
env:
TEST_MODE: true