Skip to content

Commit

Permalink
fix: Step names
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 13, 2025
1 parent 6c702ea commit 9f971aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
steps:
- checkout
- install-just
- go/load-cache # Load cached Go modules.
- go/load-mod-cache # Load cached Go modules.
- go/mod-download # Run 'go mod download'.
- go/save-cache # Save Go modules to cache.
- go/save-mod-cache # Save Go modules to cache.
- install-golangci-lint
- run:
name: Run linter
Expand All @@ -78,9 +78,9 @@ jobs:
tag: 1.20.8
steps:
- checkout
- go/load-cache # Load cached Go modules.
- go/load-mod-cache # Load cached Go modules.
- go/mod-download # Run 'go mod download'.
- go/save-cache # Save Go modules to cache.
- go/save-mod-cache # Save Go modules to cache.
- run:
name: Run tests
command: just test-go
Expand Down

0 comments on commit 9f971aa

Please sign in to comment.