Skip to content

🐛 fix: alert contents should not break in the middle of a word #550

🐛 fix: alert contents should not break in the middle of a word

🐛 fix: alert contents should not break in the middle of a word #550

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- '!main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install deps
run: bun i
- name: CI
run: bun run ci
- name: Test and coverage
run: bun run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4