Skip to content

Commit

Permalink
Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andreev-io committed Jan 23, 2025
1 parent c805eca commit 8fa8c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubenetmon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go mod download

- name: Run linting
run: make lint
run: make golangci-lint && make lint

- name: Run tests
run: make test && make integration-test
Expand Down

0 comments on commit 8fa8c34

Please sign in to comment.