Skip to content

chore(deps): bump ip from 2.0.0 to 2.0.1 #144

chore(deps): bump ip from 2.0.0 to 2.0.1

chore(deps): bump ip from 2.0.0 to 2.0.1 #144

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- next
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm --no-workspaces ci
- name: Lint
run: npm run lint