Skip to content

Merge branch 'websock' of https://github.com/CendioOssman/noVNC #370

Merge branch 'websock' of https://github.com/CendioOssman/noVNC

Merge branch 'websock' of https://github.com/CendioOssman/noVNC #370

Workflow file for this run

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