Skip to content

chore(deps): update pre-commit hook mundialis/github-workflows to v1.… #558

chore(deps): update pre-commit hook mundialis/github-workflows to v1.…

chore(deps): update pre-commit hook mundialis/github-workflows to v1.… #558

Workflow file for this run

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