Skip to content

Add start of nbuild tool. #2

Add start of nbuild tool.

Add start of nbuild tool. #2

Workflow file for this run

name: Format
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