Skip to content

Commit

Permalink
Remove golint
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Jul 3, 2023
1 parent 3a9e66d commit 43e9478
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
go-version: ${{ matrix.go }}

# - name: Set environment
# run: |
# echo "GOPATH=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
# echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH
- name: Set environment
run: |
echo "GOPATH=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH
- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -36,11 +36,10 @@ jobs:

- name: Install Dependencies
run: |
go get -v golang.org/x/lint/golint
go get -v github.com/golang/mock/mockgen@v1.4.4
- name: Lint source code
run: golint -set_exit_status ./...
run: go get -v ./...

- name: Run Tests
run: |
Expand Down

0 comments on commit 43e9478

Please sign in to comment.