Skip to content

chore(deps): update typescript-eslint monorepo to ^7.13.0 #823

chore(deps): update typescript-eslint monorepo to ^7.13.0

chore(deps): update typescript-eslint monorepo to ^7.13.0 #823

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/[email protected]
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test