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 dc96c8a commit fe5a4e4Copy full SHA for fe5a4e4
.github/workflows/update_versions.ts
@@ -32,7 +32,7 @@ cliCommandsReferenceFile.writeJsonPrettySync(
32
JSON.parse(new TextDecoder().decode(jsonReference.outputSync().stdout)),
33
);
34
35
-await $`deno task update_lint_rules`;
+await $`deno task lint:update`;
36
37
if (Deno.args.includes("--create-pr")) {
38
await tryCreatePr();
0 commit comments