diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index b48dab53..d9fdbe47 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -59,6 +59,6 @@ jobs: - # - name: Fail Pipeline - # if: ${{ steps.run.outputs.stderr }} - # run: exit 1 + - name: Fail Pipeline + if: ${{ steps.run.outputs.stderr }} + run: exit 1