Skip to content

feat: support 256-color and hex color values in config #415

feat: support 256-color and hex color values in config

feat: support 256-color and hex color values in config #415

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
paths-ignore:
- 'dist/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run test:coverage