Skip to content

Make it possible to navigate the menu with the keyboard. Fix #202 (#207) #201

Make it possible to navigate the menu with the keyboard. Fix #202 (#207)

Make it possible to navigate the menu with the keyboard. Fix #202 (#207) #201

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "28 20 * * 5"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript", "python"]
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v2