Skip to content

Commit

Permalink
different order
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 7, 2024
1 parent ce56de1 commit 86b2133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,6 +52,9 @@ jobs:
echo "PATH:$PATH"
git-subrepo version
- name: Install Dependencies
run: pnpm install

- name: Lint
run: pnpm run lint

Expand Down

0 comments on commit 86b2133

Please sign in to comment.