Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Instituto EaDucar #2147

Instituto EaDucar

Instituto EaDucar #2147

Workflow file for this run

name: "CI - Lint for Pull Requests"
on:
pull_request:
paths:
- 'docs/**/*.md'
- 'docs/**/*.mdx'
- 'general/**/*.md'
- 'general/**/*.mdx'
- 'versioned_docs/**/*.md'
- 'versioned_docs/**/*.mdx'
- .markdownlint-cli2.cjs
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint markdown files
run: yarn mdlint-all && yarn mdxlint-all
- name: Check spelling
run: yarn spell
Morty Proxy This is a proxified and sanitized view of the page, visit original site.