Skip to content

Add GFX: device and some basic ioctls. #10

Add GFX: device and some basic ioctls.

Add GFX: device and some basic ioctls. #10

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rustup component add clippy
- run: cargo nbuild clippy