Skip to content

docs: fixed typo in tutorial text (#3621) #6033

docs: fixed typo in tutorial text (#3621)

docs: fixed typo in tutorial text (#3621) #6033

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run lint
runs-on: depot-ubuntu-22.04-16
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: pnpm lint