Skip to content

Merge branch 'webcodec-h264' of https://github.com/any1/noVNC #490

Merge branch 'webcodec-h264' of https://github.com/any1/noVNC

Merge branch 'webcodec-h264' of https://github.com/any1/noVNC #490

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