feat: add test format

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-25 12:29:01 +08:00
parent 5f6b2b7f9d
commit 8a87ba62b2
4 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ env:
jobs:
create-pr:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
if: github.event.pull_request.base.ref == 'main'
steps:
- name: Check out code
uses: actions/checkout@v3
-3
View File
@@ -4,9 +4,6 @@ name: Github Rebot for Link check error
on:
schedule:
- cron: '30 12 * * 1'
push:
branches:
- main
jobs:
linkChecker: