mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
#!/usr/bin/env nu
|
||
|
|
||
|
use ../toolkit.nu [fmt, clippy]
|
||
|
|
||
|
fmt --check --verbose
|
||
|
clippy --verbose
|