Remove Page from models to use it in router pages #245
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown Linter | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**/*.md' | |
- '.remarkrc' | |
- '.remarkignore' | |
- 'pnpm-lock.yaml' | |
- '.github/workflows/docs.yml' | |
- '.github/actions/init-node/action.yml' | |
pull_request: | |
paths: | |
- '**/*.md' | |
- '.remarkrc' | |
- '.remarkignore' | |
- 'pnpm-lock.yaml' | |
- '.github/workflows/docs.yml' | |
- '.github/actions/init-node/action.yml' | |
permissions: | |
contents: read | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/[email protected] | |
- name: Initialize Node.js | |
uses: ./.github/actions/init-node | |
- name: Check docs | |
run: node --run test:markdown |