From ac773ffead8367ca594fb0cade741fad903dc270 Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:38:04 +0300 Subject: [PATCH] fix-pipeline (2) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 347474a..1fe6998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,4 +7,4 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - run: rm -rf node_modules && yarn install --immutable --immutable-cache --check-cache - - run: turbo run lint + - run: yarn turbo run lint