Skip to content

Add git diff for debugging purposes #60

Add git diff for debugging purposes

Add git diff for debugging purposes #60

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Test
on:
push:
branches:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**" # matches every branch
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
uses: ./.github/workflows/test-in-parallel.yml
with:
parellelism_count: 2
test_command: npx jest
package_manager: pnpm
lint:
uses: ./.github/workflows/lint.yml
typecheck:
uses: ./.github/workflows/typecheck.yml