Skip to content

Commit

Permalink
fix(build): golangci-lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Dec 25, 2022
1 parent ca237d3 commit 37d3d5b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ env:
jobs:
lint:
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/work/open-feature/flagd
GOBIN: /home/runner/work/open-feature/flagd/bin
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,8 +24,10 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Run linting
run: make lint
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37d3d5b

Please sign in to comment.