Skip to content

remove mongolab add-on #100

remove mongolab add-on

remove mongolab add-on #100

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
- name: ESLint
uses: gimenete/eslint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}