Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Golangci-lint errors #1361

Merged
merged 12 commits into from
Jun 14, 2024
Prev Previous commit
Fixed a npm bug
  • Loading branch information
SebiWrn committed Jun 13, 2024
commit 21bcaf9daf9c5dc7866c58eaab40285e5248e8c2
7 changes: 3 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.22
- uses: actions/setup-node@v4
with:
node-version: 14
- uses: actions/checkout@v3
- run: npm ci web/
- name: Install modules
working-directory: ./web
run: npm ci
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
Loading