mirror of https://github.com/jetkvm/kvm.git
chore: create empty resource directory to avoid static type check fail
This commit is contained in:
parent
c4348c7eb4
commit
ab03aded74
|
@ -27,6 +27,9 @@ jobs:
|
||||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.23.x
|
go-version: 1.23.x
|
||||||
|
- name: Create empty resource directory
|
||||||
|
run: |
|
||||||
|
mkdir -p static && touch static/.gitkeep
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue