Skip to content

Merge branch 'main' of https://github.com/pedroslopez/whatsapp-web.js #343

Merge branch 'main' of https://github.com/pedroslopez/whatsapp-web.js

Merge branch 'main' of https://github.com/pedroslopez/whatsapp-web.js #343

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node v14
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: ./node_modules/.bin/eslint .