Skip to content

Commit

Permalink
chore(ci): 🧹 Use yarn instead of turbo for linting in root files
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 24, 2023
1 parent 37e0b1f commit ef6e8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-root.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Root

on:
pull_request: ~
Expand All @@ -18,5 +18,5 @@ jobs:

- name: 🧐 Lint root files
run:
turbo lint:prettier lint:eslint lint:types lint:md lint:knip
yarn turbo lint:prettier lint:eslint lint:types lint:md lint:knip
lint:package-json lint:spelling

0 comments on commit ef6e8b2

Please sign in to comment.