From 86b2133ff35d2ce447a3de0b8741883c6a89ceed Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 7 Feb 2024 17:58:28 -0500 Subject: [PATCH] different order --- .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 f0f6d1569..757cb02bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,9 +44,6 @@ jobs: key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }} restore-keys: turbo-${{ github.job }}-${{ github.ref_name }}- - - name: Install Dependencies - run: pnpm install - - name: Install Git-Subrepo # https://github.com/ingydotnet/git-subrepo?tab=readme-ov-file#installation shell: bash @@ -55,6 +52,9 @@ jobs: echo "PATH:$PATH" git-subrepo version + - name: Install Dependencies + run: pnpm install + - name: Lint run: pnpm run lint