Skip to content

chore: upgrade docs to new Callstack rspress theme #1

chore: upgrade docs to new Callstack rspress theme

chore: upgrade docs to new Callstack rspress theme #1

Workflow file for this run

name: Lint docs
on:
pull_request:
branches: [main]
paths:
- '.github/workflows/lint-docs.yml'
- 'docs/**/*.{md,mdx,js,ts,jsx,tsx}'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint-docs:
name: Lint docs
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Run linter
run: yarn lint:docs