mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-06 19:54:39 +08:00
Update ci.yml
This commit is contained in:
parent
214fe571f8
commit
62e4ce396d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -46,10 +46,3 @@ jobs:
|
|||
git add --update
|
||||
git commit -m "Auto-format with Prettier" || :
|
||||
git push origin HEAD:${{github.event.pull_request.head.ref}}
|
||||
|
||||
- name: Comment PR
|
||||
if: failure()
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
with:
|
||||
message: "It seems like your PR failed for some reason! Click on 'Files changed' in the GitHub UI and look for red errors (dont worry about unchanged files)"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue