Skip to content

Commit

Permalink
some more tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
leoRysing committed Jan 11, 2024
1 parent 2927a1d commit 2fa8766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
node-version: ${{ matrix.node-version }}

name: Install Linters
run: cd backend && go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
run: |
cd backend
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Lint Go code
run: make backend-lint
Expand Down Expand Up @@ -107,4 +109,5 @@ jobs:

- name: Build Go app
run: |
cd backend
go build -v

0 comments on commit 2fa8766

Please sign in to comment.