Skip to content

Commit

Permalink
Merge pull request #4 from project-ncl/add-go-lint-and-renovate
Browse files Browse the repository at this point in the history
Correct names of go CI jobs
  • Loading branch information
tecarter94 authored Dec 23, 2024
2 parents c1584e5 + 5b2c07a commit 1765f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: golangci/[email protected]
with:
args: "--timeout=10m --build-tags='normal periodic minikube'"
go:
check_sources:
name: Check sources
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
git --no-pager diff
exit 1
fi
unit:
name: Golang Unit tests
tests:
name: Golang tests
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 1765f1c

Please sign in to comment.