Skip to content

fix(viewer): display caption for album posts with grouped messages (#97) #126

fix(viewer): display caption for album posts with grouped messages (#97)

fix(viewer): display caption for album posts with grouped messages (#97) #126

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
# Run weekly on Sundays at 04:00 UTC
- cron: "0 4 * * 0"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"