Skip to content

Bump word-wrap from 1.2.3 to 1.2.5 #1693

Bump word-wrap from 1.2.3 to 1.2.5

Bump word-wrap from 1.2.3 to 1.2.5 #1693

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 14
- name: Install dependencies
run: yarn
- name: Lint
run: yarn workspace @primer/gatsby-theme-doctocat lint
- name: Test
run: yarn workspace @primer/gatsby-theme-doctocat test