Skip to content

MDL-78288 formslib: Document new filter_shown_headers function in For… #749

MDL-78288 formslib: Document new filter_shown_headers function in For…

MDL-78288 formslib: Document new filter_shown_headers function in For… #749

Workflow file for this run

name: "CI - Lint on push (project files)"
on:
push:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "16"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint markdown files
run: yarn mdlint-all