Skip to content

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 #65

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

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 #65

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
jobs:
linux:
name: Linux - Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- run: npm ci
- run: |
npm run commitlint -- \
--verbose \
--from `git merge-base origin/master $GITHUB_SHA`
- run: npm run lint