Skip to content

more accessible labels (#49) #37

more accessible labels (#49)

more accessible labels (#49) #37

Workflow file for this run

name: Build
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test