Skip to content

Commit

Permalink
ci: Cleaning unused dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed May 1, 2024
1 parent e8e8135 commit 57ad170
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "^1.22"
cache: true
- name: Build
run: |
make
git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum'
- name: Codecov
uses: codecov/codecov-action@v4
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "^1.22"
cache: true
- name: Build
run: make init
- name: GPG
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# flags

[![Build](https://github.com/ViBiOh/flags/workflows/Build/badge.svg)](https://github.com/ViBiOh/flags/actions)
[![codecov](https://codecov.io/gh/ViBiOh/flags/branch/main/graph/badge.svg)](https://codecov.io/gh/ViBiOh/flags)

Golang flags parser with zero dependency.

Expand Down

0 comments on commit 57ad170

Please sign in to comment.