3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-10-10 11:38:06 +00:00

ci: address lint findings, add zizmor workflow (#262)

This commit is contained in:
William Woodruff 2025-09-23 03:11:49 -04:00 committed by GitHub
parent f13886b937
commit 7bd5339b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 78 additions and 18 deletions

View file

@ -2,6 +2,8 @@ name: coverage
on: [push, pull_request]
permissions: {}
jobs:
coverage:
if: github.repository == 'Swatinem/rust-cache'
@ -17,11 +19,15 @@ jobs:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- run: rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # v2.62.2
with:
tool: cargo-llvm-cov
- uses: ./
with: