Skip to content

Commit 9641244

Browse files
authored
add update_lint_rules task to update_versions workflow (#1465)
1 parent e358278 commit 9641244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_versions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ cliCommandsReferenceFile.writeJsonPrettySync(
3232
JSON.parse(new TextDecoder().decode(jsonReference.outputSync().stdout)),
3333
);
3434

35+
await $`deno task update_lint_rules`;
36+
3537
if (Deno.args.includes("--create-pr")) {
3638
await tryCreatePr();
3739
}

0 commit comments

Comments
 (0)