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