Skip to content

Update content/ui-patterns/notification-messaging.mdx #3209

Update content/ui-patterns/notification-messaging.mdx

Update content/ui-patterns/notification-messaging.mdx #3209

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