Skip to content

launch config for debugging #292

launch config for debugging

launch config for debugging #292

Workflow file for this run

name: "CodeQL analysis"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
with:
languages: python
- uses: github/codeql-action/analyze@v1