Skip to content

docs(PageHeader): a11y guidance correction #3312

docs(PageHeader): a11y guidance correction

docs(PageHeader): a11y guidance correction #3312

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with ESLint
run: yarn lint
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with markdownlint
run: yarn markdownlint