Skip to content

build: Try to fix the syntax to update latest.txt #366

build: Try to fix the syntax to update latest.txt

build: Try to fix the syntax to update latest.txt #366

Workflow file for this run

name: clippy-check
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo clippy --all-targets --all-features