Skip to content

Bump cookie from 0.5.0 to 0.7.0 #46

Bump cookie from 0.5.0 to 0.7.0

Bump cookie from 0.5.0 to 0.7.0 #46

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