Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.60.1 #392

chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.60.1

chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.60.1 #392

Workflow file for this run

name: main
on: [push]
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup environment
uses: actions/setup-node@v3
- name: Install dependencies
run: yarn
- name: Check types
run: yarn typescript
- name: Run lint
run: yarn lint
- name: Run test
run: yarn test