Skip to content

Commit

Permalink
Installing Go Lintr using snap
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-salunkhe-mettle committed Nov 22, 2024
1 parent b5c45bf commit 4321460
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2

-name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

- name: Install golangci-lint\
run: brew install golangci-lint
run: snap install golangci-lint

- name: Run Go Lintr
run: make lint_go
Expand Down

0 comments on commit 4321460

Please sign in to comment.