Skip to content

refactor: consolidate package.json into one workspace #12

refactor: consolidate package.json into one workspace

refactor: consolidate package.json into one workspace #12

Workflow file for this run

name: CI
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: 'Test & lint'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Installing Dependencies'
uses: ./.github/actions/install
- name: 'Running Unit Tests'
run: pnpm turbo test
- name: 'Running linting'
run: pnpm turbo lint