Skip to content

Bump ring from 0.17.11 to 0.17.13 (#14) #40

Bump ring from 0.17.11 to 0.17.13 (#14)

Bump ring from 0.17.11 to 0.17.13 (#14) #40

Workflow file for this run

name: clippy
on:
push:
branches:
- main
pull_request:
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- run: |
rustup toolchain install stable --profile minimal --component clippy
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: |
cargo clippy --no-deps -- -D warnings