Skip to content

Update dependency eslint to v8.56.0 #5576

Update dependency eslint to v8.56.0

Update dependency eslint to v8.56.0 #5576

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 }}