We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18f2e5 commit 2ba642bCopy full SHA for 2ba642b
docs/flake.nix
@@ -39,7 +39,7 @@
39
set -e
40
nix flake check
41
nix fmt
42
- [ -e index.html ] && js-beautify --end-with-newline --indent-inner-html --no-preserve-newlines --type html --replace index.html
+ js-beautify --end-with-newline --indent-inner-html --no-preserve-newlines --type html --replace index.html
43
[ -e script.js ] && biome check --unsafe --write script.js || true
44
ls -ap | grep -v -E -x './|../|.env|.gitignore|CNAME|Makefile|index.html|flake.lock|flake.nix|prm/|pyscript/|python/|script.js|style.css|tmp/' | grep -q . && exit 1 || true
45
test $(basename $(pwd)) = 'docs'
0 commit comments