Skip to content

Commit

Permalink
Moving lint job to coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Jun 10, 2023
1 parent 16239d3 commit 8b06fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- deps-update
jobs:
test:
coverage:
name: Test Coverage
runs-on: ubuntu-latest
steps:
Expand All @@ -19,8 +19,8 @@ jobs:
- name: Setup Goveralls
run: go install github.com/mattn/goveralls@v0.0.12

- name: Setup Dependencies
run: go mod download
- name: Lint
uses: golangci/golangci-lint-action@v3

- name: Run Tests
run: make test-cov
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ jobs:
with:
go-version-file: go.mod

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -v

- name: Run tests
run: make test

0 comments on commit 8b06fc0

Please sign in to comment.