Skip to content

Bump sanity from 3.49.0 to 3.52.4 in /apps/cms #12

Bump sanity from 3.49.0 to 3.52.4 in /apps/cms

Bump sanity from 3.49.0 to 3.52.4 in /apps/cms #12

Workflow file for this run

name: linting
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linting
run: npm run lint;