Skip to content

Commit 336c572

Browse files
committed
feat(gha): check cargo vet
1 parent 21e7c57 commit 336c572

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,19 @@ jobs:
111111
with:
112112
dry-run: true
113113
ignore-unpublished-changes: false
114+
115+
check-vet:
116+
strategy:
117+
matrix:
118+
os: [ ubuntu-latest ]
119+
runs-on: ${{ matrix.os }}
120+
121+
steps:
122+
- name: Checkout repo
123+
uses: actions/checkout@v4
124+
125+
- name: Setup devenv
126+
uses: andyl-technologies/github-actions/setup-devenv@master
127+
128+
- name: Run vet
129+
run: devenv shell cargo vet --locked

0 commit comments

Comments
 (0)