Skip to content

#84 Fixes of Schools are not plotted in map in streamlit app #2

#84 Fixes of Schools are not plotted in map in streamlit app

#84 Fixes of Schools are not plotted in map in streamlit app #2

Workflow file for this run

name: "Code Security"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 5 * * 1'
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2