Skip to content

Commit

Permalink
chore: run linter before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Nov 2, 2023
1 parent 81982b8 commit b75c44e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
run: |
curl -sL https://taskfile.dev/install.sh | sh
sudo mv ./bin/task /usr/local/bin
- name: Run Tests
run: task test
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
skip-go-installation: true
- name: Run Tests
run: task test
- name: Run Lint
run: task lint

0 comments on commit b75c44e

Please sign in to comment.