Skip to content

chore: Add dry run for deploy docs #783

chore: Add dry run for deploy docs

chore: Add dry run for deploy docs #783

Workflow file for this run

name: Test coverage
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: yarn install
- run: yarn test.coverage