Skip to content

fix(deps): update dependency npm-run-all2 to v7.0.1 #127

fix(deps): update dependency npm-run-all2 to v7.0.1

fix(deps): update dependency npm-run-all2 to v7.0.1 #127

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}