Skip to content

Remove ESLint scripts and dependencies #62

Remove ESLint scripts and dependencies

Remove ESLint scripts and dependencies #62

Workflow file for this run

---
name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm test