Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Merge pull request #4 from charlieba/docs/improving-quickstart-ui #37

Merge pull request #4 from charlieba/docs/improving-quickstart-ui

Merge pull request #4 from charlieba/docs/improving-quickstart-ui #37

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
lint-and-test:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.2.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run linting
run: pnpm lint
- name: Build packages
run: pnpm build
- name: Run type checking
run: pnpm check-types
# - name: Run tests
# run: pnpm test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.