Skip to content

Update main.py

Update main.py #5

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
jobs:
code_scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Code Scanning
uses: github/codeql-action/analyze@v2
with:
# The path to the CodeQL queries
queries: ./codeql-queries