Skip to content

Commit

Permalink
further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing committed Jan 11, 2024
1 parent 1ad17da commit 2927a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

name: Install Linters
run: cd backend && go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

- name: Lint Go code
run: make backend-lint

Expand Down

0 comments on commit 2927a1d

Please sign in to comment.