mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-23 05:58:18 +00:00
fmt + lint in ci
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "deno lint --unstable --ignore=node_modules",
|
||||
"fmt": "deno fmt --ignore=node_modules"
|
||||
"fmt": "deno fmt --ignore=node_modules",
|
||||
"fmt:check": "deno fmt --ignore=node_modules --check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
||||
Reference in New Issue
Block a user