Skip to content

Add mundialis linting workflow #12

Add mundialis linting workflow

Add mundialis linting workflow #12

Workflow file for this run

---
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'
JSON: 'warning'

Check failure on line 13 in .github/workflows/linting.yml

View workflow run for this annotation

GitHub Actions / Linting and code quality check

Invalid workflow file

The workflow is not valid. .github/workflows/linting.yml (Line: 13, Col: 13): Invalid input, JSON is not defined in the referenced workflow.