Skip to content

Fix broken links in README.md #1345

Fix broken links in README.md

Fix broken links in README.md #1345

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Dashboard
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
- run: npm ci
working-directory: ./dashboard
- run: npm run test
working-directory: ./dashboard
- run: npm run lint
working-directory: ./dashboard
- run: npm run coverage
working-directory: ./dashboard