Skip to content

Commit

Permalink
ci: docker镜像构建
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jul 4, 2024
1 parent 6a59911 commit c6c5388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
go-version: '1.22'

- name: Lint
run: |
mkdir -p frontend/dist
- name: Lint
uses: golangci/golangci-lint-action@v6

Expand Down

0 comments on commit c6c5388

Please sign in to comment.