Skip to content

Another dependency update #66

Another dependency update

Another dependency update #66

Workflow file for this run

name: CI
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install eslint
- run: npm run eslint