Skip to content

---

--- #289

Workflow file for this run

name: JavaScript Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm packages
run: npm install
- name: Lint with ESLint
run: ./node_modules/.bin/eslint capstone/src/.