Skip to content

docs: add npm and CI badges #3

docs: add npm and CI badges

docs: add npm and CI badges #3

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
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