File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,19 @@ jobs:
1818 env :
1919 CARGO_VET_VERSION : 0.10.1
2020 steps :
21-
2221 - uses : actions/checkout@v4
2322 with :
2423 submodules : true
25-
2624 - uses : actions/cache@v4
2725 with :
2826 path : ${{ runner.tool_cache }}/cargo-vet
2927 key : cargo-vet-bin-${{ env.CARGO_VET_VERSION }}
30-
3128 - name : Add the tool cache directory to the search path
3229 run : echo "${{ runner.tool_cache }}/cargo-vet/bin" >> $GITHUB_PATH
33-
3430 - name : Ensure that the tool cache is populated with the cargo-vet binary
3531 run : cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet
36-
3732 - name : Invoke cargo-vet
3833 run : cargo vet --locked
39-
4034 - name : Save PR number
4135 # PR number is saved as an artifact so it can be used to determine the PR to comment on by the vet-pr-comment workflow
4236 # vet-pr-comment workflow is triggered by the workflow_run event so it runs in the context of the base branch and not the PR branch
You can’t perform that action at this time.
0 commit comments