Skip to content

Commit 17dfc7a

Browse files
committed
ci: delete fmt check
1 parent f1b0657 commit 17dfc7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/fmt.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
name: gofmt
44

55
# Controls when the workflow will run
6-
#on:
7-
# pull_request:
6+
on:
7+
pull_request:
88
# paths:
99
# - tencentcloud/**
10+
paths-ignore:
11+
- *
1012

1113
# Allows you to run this workflow manually from the Actions tab
1214
workflow_dispatch:

0 commit comments

Comments
 (0)