Skip to content

Add random line drawing to vidtest #32

Add random line drawing to vidtest

Add random line drawing to vidtest #32

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