Skip to content

Commit

Permalink
chore(ci): merge test and lint steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Jun 1, 2023
1 parent 8a8cb7a commit d83a52e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,10 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- run: make test

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
- run: make test

integration:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d83a52e

Please sign in to comment.