Skip to content

chore(deps): update typescript-eslint monorepo to ^7.13.1 #832

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

chore(deps): update typescript-eslint monorepo to ^7.13.1 #832

Workflow file for this run

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