Skip to content

chore(deps): update typescript-eslint monorepo to v7 #3688

chore(deps): update typescript-eslint monorepo to v7

chore(deps): update typescript-eslint monorepo to v7 #3688

Workflow file for this run

name: main
on: [push]
jobs:
run:
name: run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@master
- name: setup-node
uses: actions/setup-node@master
with:
version: 12.x
- name: yarn
run: yarn
- name: format
run: yarn format
- name: lint
run: yarn lint
- name: test
run: yarn test
- name: npm test
run: npm test