Skip to content

fix: update gradient and styling for glass highlight effect in Effect… #21

fix: update gradient and styling for glass highlight effect in Effect…

fix: update gradient and styling for glass highlight effect in Effect… #21

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build
- run: pnpm size
- run: pnpm exec playwright install --with-deps
- run: pnpm test:visual