Skip to content

Convert ternary operator usage to an "if"/"else" structure. #14

Convert ternary operator usage to an "if"/"else" structure.

Convert ternary operator usage to an "if"/"else" structure. #14

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '29 2 * * 0'
jobs:
analyze:
uses: przemek83/workflows/.github/workflows/codeql-qt.yml@main
with:
qt-version: 6.5.*