Skip to content

build(deps): bump node-emoji from 1.11.0 to 2.1.0 #383

build(deps): bump node-emoji from 1.11.0 to 2.1.0

build(deps): bump node-emoji from 1.11.0 to 2.1.0 #383

Workflow file for this run

name: Suggester CI
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout to repository
uses: actions/checkout@v2
- name: Configure files
run: mv config.json.example config.json | mv .env.example .env
- name: Setup Node.js v12
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Run ESLint
uses: icrawl/action-eslint@v1
with:
custom-glob: .