Skip to content

Bump JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0 #402

Bump JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0

Bump JustinBeckwith/linkinator-action from 1.10.4 to 1.11.0 #402

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui