10000 fix: renderer bar width clamp (#4103) · psy-repos-typescript/wavesurfer.js@ad5b6c5 · GitHub
[go: up one dir, main page]

Skip to content

[pull] main from katspaugh:main #29

[pull] main from katspaugh:main

[pull] main from katspaugh:main #29

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/yarn
- name: Run lint
run: npm run lint:report
continue-on-error: true
- name: Annotate code with linting results
uses: ataylorme/eslint-annotate-action@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
report-json: "eslint_report.json"
0