Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/malj/2024' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Jan 17, 2024
2 parents 770cde6 + 3cf1e53 commit 8031726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/DEV-studio-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -133,4 +132,4 @@ jobs:
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: failure()
if: failure()

0 comments on commit 8031726

Please sign in to comment.