From 87d11d1e996853c3ed1eda763d95bbd8957e3b29 Mon Sep 17 00:00:00 2001 From: Danil Ovchinnikov Date: Sun, 26 Jan 2025 20:25:02 +0300 Subject: [PATCH] added codegen run, to run the linters --- .github/workflows/linter.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a1c6fd9e4..fe720a655 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -26,6 +26,12 @@ jobs: corepack enable yarn install + - name: Prepare linter + run: | + yarn gen:grammar + yarn gen:stdlib + yarn gen:func-js + - name: Check there are no errors to be fixed in package.json and no uncommitted changes run: | npm pkg fix && git diff --exit-code