Skip to content

Patch patchPlayer to preserve manual bundle data #76

Patch patchPlayer to preserve manual bundle data

Patch patchPlayer to preserve manual bundle data #76

Workflow file for this run

name: ESLint CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install
- name: Run ESLint
run: bun run lint