From 031cab59c7e6c70325e0b004b5c05460490d57d0 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Tue, 20 Dec 2022 17:50:26 -0500 Subject: [PATCH] ci(workflows): [`ci`] fix `yarn` step Signed-off-by: Lexus Drumgold --- .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 34cb7bfc..111876d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: yarn name: Install dependencies - run: yarn ${{ github.actor == 'dependabot[bot]' && '' || '--no-immutable' }} + run: yarn --no-immutable - id: format name: Check code formatting run: yarn check:format