Skip to content

Commit

Permalink
Fix bootstrap step
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Jun 3, 2023
1 parent a2bf955 commit a88a252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: mkdir -p frontend/dist/.gitkeep
- run: mkdir -p frontend/dist && touch frontend/dist/.gitkeep
- run: go mod download
- run: go fmt ./...
- name: golangci-lint
Expand Down

0 comments on commit a88a252

Please sign in to comment.