Skip to content

[Snyk] Security upgrade tornado from 6.2 to 6.3.3 #198

[Snyk] Security upgrade tornado from 6.2 to 6.3.3

[Snyk] Security upgrade tornado from 6.2 to 6.3.3 #198

Workflow file for this run

# Lints the binderhub/static/js folders content with eslint, influenced by
# ".eslintrc.js", by running "npm run lint".
name: eslint
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint on binderhub JS
run: npm run lint