Skip to content

deps: bump plimit-lit from 2.1.0 to 3.0.1 #20

deps: bump plimit-lit from 2.1.0 to 3.0.1

deps: bump plimit-lit from 2.1.0 to 3.0.1 #20

Workflow file for this run

name: linter
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Lint
run: npm run lint