Skip to content

Правит закругления у плеера в Firefox (#434) #945

Правит закругления у плеера в Firefox (#434)

Правит закругления у плеера в Firefox (#434) #945

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: package.json
- run: npm ci
- run: npm run eslint