Skip to content

build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 7.1.0 #596

build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 7.1.0

build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 7.1.0 #596

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
eslint:
runs-on: ubuntu-20.04
name: ESLint
steps:
- name: "Checkout"
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: "Install Node.js"
uses: actions/setup-node@v2
with:
node-version: "12"
- name: "Install dependencies"
run: npm ci
- name: "Lint files"
run: "npm run eslint"