Skip to content

Merge pull request #28 from m4r1k/feat/tui-polish-completion-e2e-split #71

Merge pull request #28 from m4r1k/feat/tui-polish-completion-e2e-split

Merge pull request #28 from m4r1k/feat/tui-polish-completion-e2e-split #71

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Run weekly on Monday at 06:00 UTC
- cron: '0 6 * * 1'
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:python"