Skip to content

Bump sanity from 3.62.2 to 3.63.0 in /apps/cms (#63) #113

Bump sanity from 3.62.2 to 3.63.0 in /apps/cms (#63)

Bump sanity from 3.62.2 to 3.63.0 in /apps/cms (#63) #113

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;