Skip to content

Commit

Permalink
Comment PR
Browse files Browse the repository at this point in the history
  • Loading branch information
seabornlee committed Nov 8, 2022
1 parent 94ef39f commit 6fb0b61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
with:
name: format-error
path: format-error.txt

- name: comment PR
if: ${{ failure() }}
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: format-error.txt

0 comments on commit 6fb0b61

Please sign in to comment.