Skip to content

Commit

Permalink
test added post PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
JHalbauer committed Nov 12, 2024
1 parent f5a0db1 commit e161081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
uses: mundialis/github-workflows/.github/workflows/linting.yml@add_post_pr_reviews
with:
VALIDATE_HTML: false
ruff:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/post-pr-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Post PR code suggestions

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/post-pr-review.yml@add_post_pr_reviews

0 comments on commit e161081

Please sign in to comment.