feat:添加定时早安

This commit is contained in:
haibaraguo
2021-09-05 02:14:25 +08:00
parent d7f3e3ed79
commit c8e7e19934
15 changed files with 304 additions and 279 deletions

View File

@@ -1,5 +1,5 @@
name: PullLint
on: [pull_request]
on: [ pull_request ]
jobs:
golangci:
name: lint
@@ -9,7 +9,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2