Skip to content

Merge pull request #9 from anubis-rs/fix_scheduler #83

Merge pull request #9 from anubis-rs/fix_scheduler

Merge pull request #9 from anubis-rs/fix_scheduler #83

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