Skip to content

Commit

Permalink
build: enable pr linting (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler authored Apr 20, 2023
2 parents 10e6269 + 496f966 commit a2cc57c
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 a2cc57c

Please sign in to comment.