Skip to content

Commit b30b586

Browse files
committed
chore: run fmt command
1 parent 1d8c9c1 commit b30b586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127

128128
- run: ./golangci-lint
129129

130+
- run: ./golangci-lint fmt
131+
- run: ./golangci-lint fmt --diff
132+
130133
- run: ./golangci-lint cache
131134
- run: ./golangci-lint cache status
132135
- run: ./golangci-lint cache clean

0 commit comments

Comments
 (0)