Skip to content

Commit cbf1934

Browse files
committed
revert testing stuff
1 parent d25c8f6 commit cbf1934

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,9 @@ jobs:
174174
- name: Setup Go
175175
uses: ./.github/actions/setup-go
176176

177-
- name: Check for unstaged files
178-
run: ./scripts/check_unstaged.sh
179-
180177
- name: Setup sqlc
181178
uses: ./.github/actions/setup-sqlc
182179

183-
- name: Check for unstaged files
184-
run: ./scripts/check_unstaged.sh
185-
186180
- name: go install tools
187181
run: |
188182
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
@@ -191,9 +185,6 @@ jobs:
191185
go install github.com/mikefarah/yq/v4@v4.30.6
192186
go install github.com/golang/mock/mockgen@v1.6.0
193187
194-
- name: Check for unstaged files
195-
run: ./scripts/check_unstaged.sh
196-
197188
- name: Install Protoc
198189
run: |
199190
mkdir -p /tmp/proto
@@ -204,9 +195,6 @@ jobs:
204195
cp -r ./include /usr/local/bin/include
205196
popd
206197
207-
- name: Check for unstaged files
208-
run: ./scripts/check_unstaged.sh
209-
210198
- name: make gen
211199
run: "make --output-sync -j -B gen"
212200

0 commit comments

Comments
 (0)