Skip to content

build(deps): bump nextra-theme-docs from 2.13.4 to 4.2.17 #532

build(deps): bump nextra-theme-docs from 2.13.4 to 4.2.17

build(deps): bump nextra-theme-docs from 2.13.4 to 4.2.17 #532

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [master]
paths: ['packages/**.ts', 'packages/**.js', 'packages/**.json']
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: pnpm install
- name: Linting
run: pnpm typecheck && pnpm lint
- name: Running Tests
run: pnpm test
- name: Building
run: pnpm build