Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

chore: enhancing redvin CLI tool (#56) #8

chore: enhancing redvin CLI tool (#56)

chore: enhancing redvin CLI tool (#56) #8

Workflow file for this run

name: Clippy check
# Make sure CI fails on all warnings, including Clippy lints
env:
RUSTFLAGS: "-Dwarnings"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features