Skip to content

Commit aa16595

Browse files
committed
ci: script
1 parent bc4b27c commit aa16595

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

audit.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
set -euxo pipefail
3+
4+
hatch fmt --check
5+
hatch run dev:codespell .
6+
hatch run dev:pyright .

0 commit comments

Comments
 (0)