diff --git a/.github/workflows/DEV-studio-v3.yml b/.github/workflows/DEV-studio-v3.yml index a49b110aa..0029843d4 100644 --- a/.github/workflows/DEV-studio-v3.yml +++ b/.github/workflows/DEV-studio-v3.yml @@ -37,11 +37,10 @@ jobs: run: | pnpm install pnpm sanityv3 install - # @TODO: Enable ESlint for v3 - # - name: Run ESLint 🔎 - # id: lint - # run: | - # pnpm lint:studio + - name: Run ESLint 🔎 + id: lint + run: | + pnpm lint:sanityv3 - uses: act10ns/slack@v1 with: status: ${{ job.status }} @@ -133,4 +132,4 @@ jobs: with: status: ${{ job.status }} steps: ${{ toJson(steps) }} - if: failure() \ No newline at end of file + if: failure()