Skip to content

Add CLI options for output file and grouping #93

Add CLI options for output file and grouping

Add CLI options for output file and grouping #93

Workflow file for this run

name: codeql
on:
push:
branches: [main]
paths:
- "**.py"
pull_request:
branches: [main]
paths:
- "**.py"
jobs:
analyze:
name: analyze with codeql
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/analyze@v1