Skip to content

Commit d247474

Browse files
committed
cargo-vet.yml: remove spurious newlines
1 parent 616dcd0 commit d247474

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cargo-vet.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)