Skip to content

Commit

Permalink
fix(ci): typo in naming
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaLohinski committed Feb 1, 2024
1 parent 7c84b5a commit 1ae972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- run: go mod tidy && git diff --exit-code go.mod go.sum
build:
name: Build the binary
name: Build the library
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1ae972c

Please sign in to comment.