mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-02 23:03:57 +08:00
feat: 支持安全扫描
This commit is contained in:
4
.github/workflows/backend-ci-cd.yml
vendored
4
.github/workflows/backend-ci-cd.yml
vendored
@@ -45,6 +45,10 @@ jobs:
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Generate Swagger.json
|
||||
run: |
|
||||
touch docs/swagger.json
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user