Skip to content

Bump ring from 0.17.11 to 0.17.13 #317

Bump ring from 0.17.11 to 0.17.13

Bump ring from 0.17.11 to 0.17.13 #317

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Run Clippy
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy
- name: Cache cargo dependencies
uses: Swatinem/rust-cache@v2
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings