mirror of
https://github.com/zoriya/cish.git
synced 2025-12-06 07:16:16 +00:00
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/usr/bin/env bash
|
|
|
|
pkg add ruff
|
|
ruff format --check ./scanner
|