switch_to_new_mapset changes to enable using existing mapset #153
Workflow file for this run
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: Python Flake8, black and pylint code quality check | |
on: [push] | |
jobs: | |
lint: | |
uses: mundialis/github-workflows/.github/workflows/linting.yml@main | |
with: | |
VALIDATE_JAVASCRIPT_STANDARD: false | |
BASH_SEVERITY: 'warning' |