Skip to content

chore: update @skyway-sdk/room #25

chore: update @skyway-sdk/room

chore: update @skyway-sdk/room #25

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run lint