rename location #406
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting and code quality check | |
on: [push, 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' |