Skip to content

Commit

Permalink
refactor: 删除 misc/openapi.yaml
Browse files Browse the repository at this point in the history
现在可以直接引用 RFC7807
  • Loading branch information
caixw committed Sep 23, 2023
1 parent a2f44a4 commit c97789c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 35 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ jobs:
go-version: ${{ matrix.go }}
id: go

- name: Vet
run: |
cd cache/caches
go vet -v ./...
- name: Test
env:
LANG: en
run: go test -v
run: |
cd cache/caches
go test -v ./...
34 changes: 0 additions & 34 deletions misc/openapi.yaml

This file was deleted.

0 comments on commit c97789c

Please sign in to comment.