Skip to content

Fix broken docs; Tidy up hexy api sidebar #42

Fix broken docs; Tidy up hexy api sidebar

Fix broken docs; Tidy up hexy api sidebar #42

Workflow file for this run

name: Merge to main
on:
push:
branches: ["main"]
jobs:
Lint_and_Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install
run: pnpm install
- name: CI Checks
run: pnpm turbo ci --cache-dir=.turbo