Skip to content

Add workflow to validate translation files #2

Add workflow to validate translation files

Add workflow to validate translation files #2

Workflow file for this run

name: "CodeQL"
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.29.0
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.29.0
with:
category: "/language:python"