Skip to content

build(deps): bump tough-cookie from 4.0.0 to 4.1.3 #132

build(deps): bump tough-cookie from 4.0.0 to 4.1.3

build(deps): bump tough-cookie from 4.0.0 to 4.1.3 #132

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn
- name: Check Lint and Tests
run: |
yarn autofix
yarn test
yarn type-check
- name: Build CLI
run: yarn build
- name: Code Quality ( Codecov )
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}