Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript-generator #2342

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript-generator

Bump word-wrap from 1.2.3 to 1.2.4 in /typescript-generator #2342

Workflow file for this run

name: Code style
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install
run: |
npm install --prefix compiler
- name: Code style check
run: |
npm run format:check --prefix compiler