Skip to content

feat: added method player, dynamic attrs and resize #28

feat: added method player, dynamic attrs and resize

feat: added method player, dynamic attrs and resize #28

Workflow file for this run

name: checks
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
working-directory: ./
run: npm ci
- name: Run build
run: npm run build