Skip to content

refactor(color): 🏷️ better type safety using colors in code #5387

refactor(color): 🏷️ better type safety using colors in code

refactor(color): 🏷️ better type safety using colors in code #5387

Workflow file for this run

name: Checks
on:
workflow_dispatch:
pull_request:
paths:
- 'packages/**'
- 'apps/**'
- 'plugins/**'
- 'biome.jsonc'
jobs:
checks:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gh-setup
- name: Build
run: yarn build
- name: Types
run: yarn types
- name: Biome CI
run: yarn biome ci .