Skip to content

Draft: Add workflows and configs #66

Draft: Add workflows and configs

Draft: Add workflows and configs #66

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:
pylint-version: '2.17.4'
VALIDATE_JAVASCRIPT_STANDARD: false
BASH_SEVERITY: 'warning'