Skip to content

[Snyk] Upgrade open from 8.2.1 to 8.4.2 #134

[Snyk] Upgrade open from 8.2.1 to 8.4.2

[Snyk] Upgrade open from 8.2.1 to 8.4.2 #134

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