diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 347474a..1fe6998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,4 +7,4 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 - run: rm -rf node_modules && yarn install --immutable --immutable-cache --check-cache - - run: turbo run lint + - run: yarn turbo run lint