Skip to content

Commit 9ff6cb3

Browse files
committed
unify workflow into 1
Signed-off-by: sivchari <[email protected]>
1 parent 38ed5cb commit 9ff6cb3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,3 @@ jobs:
2222
- name: golangci-lint
2323
run: |
2424
make lint
25-
modernize:
26-
name: modernize
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v4
30-
- uses: actions/setup-go@v5
31-
with:
32-
go-version-file: 'go.mod'
33-
- name: modernize
34-
run: |
35-
make modernize

0 commit comments

Comments
 (0)