Skip to content

fix: broken links and add check for that #3

fix: broken links and add check for that

fix: broken links and add check for that #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install
run: npm ci
- name: Check
run: npm run check
- name: audit
if: (${{ success() }} || ${{ failure() }})
run: npm run buld