Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #4

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #4

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- main
jobs:
build:
name: Build, Lint & Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test
- name: Run build
run: |
npm run build