Skip to content

Re-apply https://github.com/replit/noVNC/pull/3 on top of v1.5.0 #18

Re-apply https://github.com/replit/noVNC/pull/3 on top of v1.5.0

Re-apply https://github.com/replit/noVNC/pull/3 on top of v1.5.0 #18

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