Skip to content

comment out FLASK_APP env var to run once as a script #288

comment out FLASK_APP env var to run once as a script

comment out FLASK_APP env var to run once as a script #288

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