🎉 Initial commit

This commit is contained in:
2026-02-02 13:38:42 +01:00
parent 15c8ef7616
commit cac1349c95
11 changed files with 7572 additions and 122 deletions
+7 -7
View File
@@ -40,16 +40,16 @@
#
# - script: "hello.go"
# runner: go run
commands:
commands:
typecheck:
run: npm run check:tsc
run: npm run check:tsc
spell:
run: npm run check:cspell
run: npm run check:cspell
sort:
run: npm run check:package
run: npm run check:package
lint:
run: npm run check:eslint
run: npm run check:eslint
format:
run: npm run check:prettier
run: npm run check:prettier
outdated:
run: npm run check:outdated
run: npm run check:outdated