Skip to content

test post PR reviews #62

test post PR reviews

test post PR reviews #62

Workflow file for this run

name: Python flake8, black, pylint and ruff code quality check and post PR code suggestions
on: [push, pull_request]
jobs:
lint:
# LINE FOR TEST
# TODO: change branch of workflow repo (2x)
uses: mundialis/github-workflows/.github/workflows/linting.yml@test_post_pr_reviews
with:
VALIDATE_HTML: false
post-pr-reviews:
needs: lint
# if: ${{ needs.lint.result == 'failure' }}
if: failure()
uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@test_post_pr_reviews