From 61d12719274a81b70ecda26cc1137117818de67e Mon Sep 17 00:00:00 2001 From: Gilles-Christ TCHIAKPE Date: Fri, 22 Mar 2024 18:56:39 +0100 Subject: [PATCH] chore: ci changed --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3a569f..be06f54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,15 @@ jobs: lint: runs-on: ubuntu-latest steps: + - name: Enable corepack + run: corepack enable + - name: Checkout uses: actions/checkout@v3 - name: Setup uses: ./.github/actions/setup - - name: Enable corepack - run: corepack enable - - name: Lint files run: yarn lint