Skip to content

Add Python3 pre-commit config checks with pylint and mypy #13

Add Python3 pre-commit config checks with pylint and mypy

Add Python3 pre-commit config checks with pylint and mypy #13

Workflow file for this run

name: CodeQL
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '30 12 * * 3'
jobs:
analyse:
strategy:
matrix:
lang: [ 'cpp', 'python' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: ${{matrix.lang}}
queries: security-and-quality
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2