Skip to content

Update typescript-eslint monorepo to v5.62.0 #5578

Update typescript-eslint monorepo to v5.62.0

Update typescript-eslint monorepo to v5.62.0 #5578

name: Jest and Codecov
on: push
jobs:
test-and-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Jest
run: yarn test
- name: Run Codecov
run: yarn codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}