Skip to content

Bump tempfile from 3.3.0 to 3.10.1 #625

Bump tempfile from 3.3.0 to 3.10.1

Bump tempfile from 3.3.0 to 3.10.1 #625

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