Skip to content

Commit

Permalink
feat: adjust job names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch committed Mar 6, 2024
1 parent da848c6 commit 58aeb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: go vet $(go list ./... | grep -v /vendor/)

golangci-lint:
name: lint
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
version: v1.54

test:
name: "test"
name: "go test"
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 58aeb28

Please sign in to comment.