Skip to content

test post-pr

test post-pr #515

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/linting.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linting.yml" -> "mmacata/github-workflows/.github/workflows/linting.yml@post-pr" (source branch with sha:8c27e3d1f9e07b2abb8d8fb87db869d7fc959ed6) : invalid value workflow reference: no version specified
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: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@post-pr