Skip to content

docs: finish documentation (#22) #90

docs: finish documentation (#22)

docs: finish documentation (#22) #90

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Lint, Format, Types
runs-on: ubuntu-latest
steps:
- uses: titanom/github-composite-actions/turbo/[email protected]
with:
pnpm-version: 8
- name: Check Format
run: pnpm format:check
- name: Lint
run: pnpm lint
- name: Check Types
run: pnpm types