Skip to content

fix(deps): update typescript-eslint monorepo to v5.61.0 #239

fix(deps): update typescript-eslint monorepo to v5.61.0

fix(deps): update typescript-eslint monorepo to v5.61.0 #239

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, synchronize, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
shell: bash
run: npm ci
- name: Lint
shell: bash
run: npm run lint