Обновить .gitea/workflows/test_prbot.yml
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Send PRBot feedback
|
- name: Send PRBot feedback
|
||||||
uses: imgurbot12/prbot@v2
|
uses: imgurbot12/prbot@v2
|
||||||
with:
|
with:
|
||||||
@@ -20,6 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "::error file=app.js,line=1::Missing semicolon" | prbot
|
echo "::error file=app.js,line=1::Missing semicolon" | prbot
|
||||||
echo "::warning file=app.js,line=1,col=5,endColumn=7::Missing semicolon" | prbot
|
echo "::warning file=app.js,line=1,col=5,endColumn=7::Missing semicolon" | prbot
|
||||||
|
|
||||||
- name: Post PR Feedback
|
- name: Post PR Feedback
|
||||||
if: always()
|
if: always()
|
||||||
run: prbot commit
|
run: prbot commit
|
||||||
Reference in New Issue
Block a user