Skip to content

Use spinlock instead of rwlock to use aquire functionality which rais… #78

Use spinlock instead of rwlock to use aquire functionality which rais…

Use spinlock instead of rwlock to use aquire functionality which rais… #78

Workflow file for this run

name: Xernel Lint
on: [push, pull_request]
jobs:
xernel-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt update && sudo apt install -y mtools
- run: rustup update && rustup toolchain install nightly
- run: rustup component add rust-src rustfmt clippy
- run: cargo kernel build
- run: cargo kernel fmt --check
- run: cargo kernel clippy