Skip to content

Commit

Permalink
Add gitkeep during linting
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 210a538 commit a2bf955
Show file tree
Hide file tree
Showing 2 changed files 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/build && touch frontend/build/placeholder.txt # TODO: Try to fix this properly
- run: mkdir -p frontend/dist/.gitkeep
- run: go mod download
- run: go fmt ./...
- name: golangci-lint
Expand Down
Empty file added frontend/dist/.gitkeep
Empty file.

0 comments on commit a2bf955

Please sign in to comment.