Skip to content

Commit

Permalink
enable pr linting
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Apr 20, 2023
1 parent 10e6269 commit 496f966
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
```
${{ steps.lint_pr_title.outputs.error_message }}
```
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null && !contains(fromJSON(steps.lint_commit_messages.outputs.results).*.valid, false) }}
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 496f966

Please sign in to comment.