From 5fa5065b90b3776aa46b9208bf0f3fba317245c6 Mon Sep 17 00:00:00 2001 From: rndquu Date: Mon, 20 May 2024 18:56:35 +0300 Subject: [PATCH] ci: fix cspell --- .github/workflows/cspell.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index c81c97a..9a4ba3f 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -12,6 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + # needed to use yarn v4 + - name: Enable corepack + run: corepack enable + - name: Set up Node.js uses: actions/setup-node@v4 with: