File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -174,15 +174,9 @@ jobs:
174
174
- name : Setup Go
175
175
uses : ./.github/actions/setup-go
176
176
177
- - name : Check for unstaged files
178
- run : ./scripts/check_unstaged.sh
179
-
180
177
- name : Setup sqlc
181
178
uses : ./.github/actions/setup-sqlc
182
179
183
- - name : Check for unstaged files
184
- run : ./scripts/check_unstaged.sh
185
-
186
180
- name : go install tools
187
181
run : |
188
182
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
@@ -191,9 +185,6 @@ jobs:
191
185
go install github.com/mikefarah/yq/v4@v4.30.6
192
186
go install github.com/golang/mock/mockgen@v1.6.0
193
187
194
- - name : Check for unstaged files
195
- run : ./scripts/check_unstaged.sh
196
-
197
188
- name : Install Protoc
198
189
run : |
199
190
mkdir -p /tmp/proto
@@ -204,9 +195,6 @@ jobs:
204
195
cp -r ./include /usr/local/bin/include
205
196
popd
206
197
207
- - name : Check for unstaged files
208
- run : ./scripts/check_unstaged.sh
209
-
210
198
- name : make gen
211
199
run : " make --output-sync -j -B gen"
212
200
You can’t perform that action at this time.
0 commit comments