Skip to content

Commit

Permalink
Remove linter
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-pavlenko committed Mar 2, 2024
1 parent 78eb117 commit 62764f5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@ name: Linter & Tests
on: [push]

jobs:
linter:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- uses: actions/setup-go@v1
with:
go-version: '1.15.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.31
- name: Install golint
run: go get -v golang.org/x/lint/golint
- name: Run golint
run: |
export PATH=$PATH:$(go env GOPATH)/bin
golint ./...
tests:
name: Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 62764f5

Please sign in to comment.