Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jan 29, 2025
1 parent d329bc1 commit fa93295
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ jobs:
working-directory: ./lt
- name: mattermost-govet
shell: bash
run: go install github.com/mattermost/mattermost-govet/v2@3f08281c344327ac09364f196b15f9a81c7eff08 && go vet -vettool=$(go env GOBIN)/mattermost-govet -license -license.year=2020 ./...
with:
working-directory: ./lt
run: cd ./lt && go install github.com/mattermost/mattermost-govet/v2@3f08281c344327ac09364f196b15f9a81c7eff08 && go vet -vettool=$(which mattermost-govet) -license -license.year=2020 ./...

0 comments on commit fa93295

Please sign in to comment.