Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #196

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #196

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Compile assets
run: yarn build
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions