Skip to content

Bump tempfile from 3.3.0 to 3.11.0 #643

Bump tempfile from 3.3.0 to 3.11.0

Bump tempfile from 3.3.0 to 3.11.0 #643

Workflow file for this run

on: [pull_request]
name: Clippy check
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Linting
run: cargo clippy -- -D warnings