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

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextv9 #168

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextv9

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextv9 #168

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: restore dependencies
uses: bahmutov/npm-install@v1
- run: yarn lint:all
type_check:
name: type check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: restore dependencies
uses: bahmutov/npm-install@v1
- run: yarn type-check