Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Feb 27, 2025
1 parent decf49d commit 2b6fc73
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: 'web/package-lock.json'
- 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/
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 2b6fc73

Please sign in to comment.