Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Feb 26, 2025
1 parent 597e447 commit bb8f453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Build web UI
run: ./scripts/build-web.sh
- name: Move web artifacts
run: mkdir -p pkg/cloud/api/web/ && cp -r web/dist pkg/cloud/api/web/
run: mkdir -p pkg/cloud/api/web/ && cp -r web/dist pkg/cloud/api/web/
- name: Clean up build artifacts
run: git restore . && git clean -fd
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit bb8f453

Please sign in to comment.