Skip to content

fix: make Content Deliveries & Public Links an optional dependency #1009

fix: make Content Deliveries & Public Links an optional dependency

fix: make Content Deliveries & Public Links an optional dependency #1009

Workflow file for this run

name: Format Check
on:
pull_request:
push:
branches-ignore:
- 'gh-pages'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run format:check