blob: e1875e1e0cc4d439b3294aaeecdd43981518221a (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh -eux
sh scripts/assert-spelling.sh
sh scripts/assert-nixfmt.sh
sh scripts/assert-shellcheck.sh
sh scripts/assert-todos.sh
sh scripts/sync-translations.sh
|