Skip to content

chore(docs): add a11y considerations for accessible name #2190

chore(docs): add a11y considerations for accessible name

chore(docs): add a11y considerations for accessible name #2190

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check formatting of project files
run: yarn format:check
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint JavaScript files
run: yarn lint:js