Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

chore: migrate licensing metadata to Apache 2.0 #5

chore: migrate licensing metadata to Apache 2.0

chore: migrate licensing metadata to Apache 2.0 #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: effectorHQ/effector-core
path: ../effector-core
- uses: actions/checkout@v4
with:
repository: effectorHQ/effector-types
path: ../effector-types
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm install
- run: npm test
- run: npm run lint 2>/dev/null || true