Skip to content

Commit

Permalink
Create embed file for linter on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 4, 2024
1 parent f4f8171 commit 3d32034
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
with:
frontend: false
skip-wails: true


- name: Create frontend/build embed directory
run: |
mkdir -p frontend/build
echo "" > frontend/build/.gitkeep
- uses: golangci/golangci-lint-action@v4
with:
version: v1.61
Expand Down

0 comments on commit 3d32034

Please sign in to comment.