Skip to content

refactor(create-optimized-css): convert to one argument #48

refactor(create-optimized-css): convert to one argument

refactor(create-optimized-css): convert to one argument #48

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.2
- name: Install dependencies
run: bun install
- name: Run unit tests
run: bun test