Skip to content

Add aria-label to topbar menu button #90

Add aria-label to topbar menu button

Add aria-label to topbar menu button #90

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Lint 🕵️‍♀️
run: |
npm install
npm run lint