Skip to content

fix(styles): color of nested alerts #41

fix(styles): color of nested alerts

fix(styles): color of nested alerts #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run format:check
- run: npm run lint
- run: npm run test
- name: Check ESM module resolution
run: npx @arethetypeswrong/cli --ignore-rules cjs-resolves-to-esm --pack