Skip to content

Add expand, clean, and completions commands to dusk-forge CLI #25

Add expand, clean, and completions commands to dusk-forge CLI

Add expand, clean, and completions commands to dusk-forge CLI #25

Workflow file for this run

on: [pull_request]
name: Forge CI
env:
CARGO_TERM_COLOR: always
jobs:
rust-fmt:
name: Rustfmt & Clippy
runs-on: core
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- run: cargo fmt --all -- --check
- run: make clippy
rust-test:
name: Run tests
needs: rust-fmt
runs-on: core
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- run: make test