Skip to content

docs: Add generic verification deployment #438

docs: Add generic verification deployment

docs: Add generic verification deployment #438

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: nschloe/action-cached-lfs-checkout@v1
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
- recursive: true
- name: Lint
run: pnpm lint