Skip to content

chore: bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 #3287

chore: bump @rollup/plugin-typescript from 11.1.6 to 12.1.0

chore: bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 #3287

Workflow file for this run

name: ' 🧽 Lint Docs'
on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- 'website/**'
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell website
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ vars.DEFAULT_NODE_VERSION }}
cache: npm
- run: |
npm i
npx prettier -c website