Skip to content

Introduce ruff

Introduce ruff #523

Workflow file for this run

name: Linting and code quality check and post PR code suggestions
on:
push:
branches:
- main
- develop
pull_request:
jobs:
lint:
uses: mmacata/github-workflows/.github/workflows/linting.yml@post-pr
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
BASH_SEVERITY: 'warning'