Skip to content

Drop way too specific color definitions (#93) #2

Drop way too specific color definitions (#93)

Drop way too specific color definitions (#93) #2

Workflow file for this run

name: npm:test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
- run: npm i
- run: npm test