Skip to content

test: add coverage for render_detail private helpers (#879) #972

test: add coverage for render_detail private helpers (#879)

test: add coverage for render_detail private helpers (#879) #972

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # Weekly Monday 6am UTC
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: python
- uses: github/codeql-action/analyze@v4