ci: fix go embed error of golint

This commit is contained in:
Li4n0
2022-01-08 19:40:19 +08:00
parent f1b914fab9
commit 431781c798
+1 -1
View File
@@ -21,8 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: create dist directory
run: mkdir frontend/dist
- name: Run golangci-lint
uses: golangci/[email protected]
with: