Skip to content

chore: added status color to tailwind safelist #17

chore: added status color to tailwind safelist

chore: added status color to tailwind safelist #17

Workflow file for this run

---
name: CI
'on':
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm i
- run: cp theme.ts.example theme.ts
- run: npm run build