Skip to content

Commit 9f90b78

Browse files
committed
mhm
1 parent 1004b9a commit 9f90b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ jobs:
558558

559559
required:
560560
runs-on: ubuntu-latest
561-
needs: [gen, test-go, test-go-pg, test-go-race, test-js]
561+
needs: [gen, fmt, lint, test-go, test-go-pg, test-go-race, test-js]
562562
# Allow this job to run even if the needed jobs fail, are skipped or
563563
# cancelled.
564564
if: always()

0 commit comments

Comments
 (0)