Skip to content

fix: ps2::read_if_ready (broken by merge) #311

fix: ps2::read_if_ready (broken by merge)

fix: ps2::read_if_ready (broken by merge) #311

Workflow file for this run

name: cargo clippy -- -D warnings
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add rust-src
- run: rustup component add clippy
- run: cargo build-kernel
- run: cargo clippy -- -D warnings