Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #173

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #173

Workflow file for this run

name: Prettier Check
on: pull_request
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: yarn
- name: Run Prettier Check
run: yarn format:check