Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.4 #1688

build(deps): bump word-wrap from 1.2.3 to 1.2.4

build(deps): bump word-wrap from 1.2.3 to 1.2.4 #1688

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- name: Run eslint on changed files
uses: tj-actions/eslint-changed-files@v18
with:
token: ${{ github.token }}
config_path: ".eslintrc.js"
file_extensions: |
**/*.js
**/*.ts
**/*.vue
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build