Skip to content

Bump curve25519-dalek from 4.1.2 to 4.1.3 #691

Bump curve25519-dalek from 4.1.2 to 4.1.3

Bump curve25519-dalek from 4.1.2 to 4.1.3 #691

Workflow file for this run

name: Clippy check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run Lint
run: |
cargo clippy --version
cargo clippy -- -D warnings