Skip to content

trigger build

trigger build #519

Workflow file for this run

name: Linting and code quality check and post PR code suggestions
on: [push, pull_request]
jobs:
lint:
uses: mmacata/github-workflows/.github/workflows/linting.yml@post-pr
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
BASH_SEVERITY: 'warning'
post-pr-reviews:
needs: lint
if: ${{ needs.lint.result == 'failure' }}
uses: mmacata/github-workflows/.github/workflows/post-pr-reviews.yml@post-pr