Skip to content

fix(Skeleton): text firefox #3107

fix(Skeleton): text firefox

fix(Skeleton): text firefox #3107

Workflow file for this run

name: Checks
on:
workflow_dispatch:
pull_request:
paths:
- 'packages/**'
- 'apps/**'
- 'biome.jsonc'
jobs:
checks:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gh-setup
- name: Biome CI
run: yarn biome ci .
- name: Lint CSS
run: yarn lint-style