Skip to content

Bump is-binary-path from 2.1.0 to 3.0.0 #365

Bump is-binary-path from 2.1.0 to 3.0.0

Bump is-binary-path from 2.1.0 to 3.0.0 #365

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install npm dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Run dtslint
run: npm run dtslint