Skip to content

Update eslint-plugin-promise to version 6.5.1 #396

Update eslint-plugin-promise to version 6.5.1

Update eslint-plugin-promise to version 6.5.1 #396

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint