Add dependencies for fmt-check in vet and test jobs

This commit is contained in:
Meng Zhuo 2026-02-13 18:46:00 +08:00 committed by GitHub
parent 000e64c55a
commit b484d3fcf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ jobs:
vet:
runs-on: ubuntu-latest
needs: fmt-check
steps:
- name: Checkout
uses: actions/checkout@v4
@ -36,6 +37,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: fmt-check
steps:
- name: Checkout
uses: actions/checkout@v4