Skip to content

Use stable rust in clippy check and move to a shell script #5286

Use stable rust in clippy check and move to a shell script

Use stable rust in clippy check and move to a shell script #5286

Workflow file for this run

on:
pull_request:
branches:
- main
name: Clippy Lint
jobs:
clippy-check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
include:
- os: macos-latest
target: x86_64-apple-darwin
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: Run Clippy on different workspaces and crates
run: ./scripts/rust/clippy.sh