Skip to content

Remove old build script #7

Remove old build script

Remove old build script #7

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