Skip to content

Bump ip from 2.0.0 to 2.0.1 #20

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #20

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_dispatch:
branches:
- main
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Type checks
run: npm run type-check