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

Merge pull request #1452 from moodle/lameze-patch-1 #2125

Merge pull request #1452 from moodle/lameze-patch-1

Merge pull request #1452 from moodle/lameze-patch-1 #2125

Workflow file for this run

name: "CI - Lint on push (project files)"
on:
push:
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
- name: Lint mdx files
run: yarn mdxlint-all
- name: Check spelling
run: yarn spell
Morty Proxy This is a proxified and sanitized view of the page, visit original site.