Skip to content

Commit

Permalink
Merge pull request #18 from 0x6flab/update
Browse files Browse the repository at this point in the history
chore(ci): update linting action
  • Loading branch information
rodneyosodo committed Dec 2, 2023
2 parents f2ba98c + 10163c4 commit 97d79fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
go-version: 1.21

- name: Check linting
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
make lint
uses: golangci/golangci-lint-action@v3
with:
skip-cache: true

- name: Run tests
run: |
Expand Down

0 comments on commit 97d79fe

Please sign in to comment.