Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Bump cookiejar from 2.1.2 to 2.1.4 #244

Bump cookiejar from 2.1.2 to 2.1.4

Bump cookiejar from 2.1.2 to 2.1.4 #244

Workflow file for this run

name: Check markdown
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn check:links