🎉 Initial commit
This commit is contained in:
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user