Skip to content

build(deps): bump ip from 2.0.0 to 2.0.1 #59

build(deps): bump ip from 2.0.0 to 2.0.1

build(deps): bump ip from 2.0.0 to 2.0.1 #59

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run type check
run: yarn type-check
- name: Lint
run: yarn lint