Skip to content

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0 #136

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0 #136

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint --max-warnings 0