Skip to content

Tweak docs

Tweak docs #41

Workflow file for this run

name: ishtar-ci
on:
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.12.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: lint
run: pnpm lint
- name: format
run: pnpm format:check
- name: build
run: pnpm build