Skip to content

(ci) coquille for CI reload #38

(ci) coquille for CI reload

(ci) coquille for CI reload #38

Workflow file for this run

name: Linter Clippy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check_unused_dependencies:
name: Run clippy and lint everything
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- name: Run clippy
working-directory: scripts
run: bash clippy_fix_fmt.sh --no-clean