Skip to content

fix: Fixed the bug with video autoplay #5

fix: Fixed the bug with video autoplay

fix: Fixed the bug with video autoplay #5

Workflow file for this run

name: Test
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
# container: "node:20"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build --if-present