Skip to content

feat(packages/stylish): foundations of the lib #3

feat(packages/stylish): foundations of the lib

feat(packages/stylish): foundations of the lib #3

Workflow file for this run

name: Test CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-slim
steps:
- name: Run tests
run: echo "Tests passed ✅"