Skip to content

[Snyk] Upgrade: , , cookie, emoji-regex, node-fetch, validator #35

[Snyk] Upgrade: , , cookie, emoji-regex, node-fetch, validator

[Snyk] Upgrade: , , cookie, emoji-regex, node-fetch, validator #35

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Lint
run: npm run check