Skip to content

Merge pull request #819 from dubinc/improve-intro-docs #6

Merge pull request #819 from dubinc/improve-intro-docs

Merge pull request #819 from dubinc/improve-intro-docs #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Check prettier format
run: pnpm run prettier-check