Skip to content

Commit e8e1c23

Browse files
committed
Remove gofmt
Signed-off-by: z1cheng <[email protected]>
1 parent e5f5242 commit e8e1c23

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,6 @@ jobs:
6262
- 'charts/ingress-nginx/**/*'
6363
- 'NGINX_BASE'
6464
65-
gofmt:
66-
runs-on: ubuntu-latest
67-
needs: changes
68-
if: |
69-
(needs.changes.outputs.go == 'true')
70-
steps:
71-
- name: Checkout
72-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
73-
74-
- name: Set up Go
75-
id: go
76-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
77-
with:
78-
go-version: '1.21.1'
79-
check-latest: true
80-
81-
- name: Run go-fmt
82-
run: ./hack/verify-gofmt.sh
83-
8465
test-go:
8566
runs-on: ubuntu-latest
8667
needs: changes

0 commit comments

Comments
 (0)