Skip to content

fix(docs): add sr tags and fix primary color #149

fix(docs): add sr tags and fix primary color

fix(docs): add sr tags and fix primary color #149

Workflow file for this run

name: CI
on:
pull_request:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: pnpm install
- name: Check Types
run: pnpm lint
- name: Test
run: pnpm test
- name: Build CLI
run: pnpm build:cli