Skip to content

Implement gradient filter of tight decoder, fixing issue #1767 #437

Implement gradient filter of tight decoder, fixing issue #1767

Implement gradient filter of tight decoder, fixing issue #1767 #437

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: npm run lint
html:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: git ls-tree --name-only -r HEAD | grep -E "[.](html|css)$" | xargs ./utils/validate