Skip to content

replace spin::Mutex by Spinlock within the VGA interface #20

replace spin::Mutex by Spinlock within the VGA interface

replace spin::Mutex by Spinlock within the VGA interface #20

Workflow file for this run

name: Clippy
on:
push:
branches:
- stage3
pull_request:
branches:
- stage3
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Check Cargo availability
run: cargo --version
- name: Check clippy (x86_64)
run: cargo clippy
- name: Check clippy (i688)
run: cargo clippy --target i686-eduos.json