Skip to content

y-partyserver: extract withYjs mixin #407

y-partyserver: extract withYjs mixin

y-partyserver: extract withYjs mixin #407

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
check:
timeout-minutes: 5
strategy:
matrix:
os: [
ubuntu-24.04
# windows-latest,
# macos-latest,
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 25
- run: npm ci
- run: npm run build
- run: npm run check