Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.6.0 #460

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.6.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.6.0 #460

Workflow file for this run

name: Coverage
on:
pull_request:
branches:
- '*'
- '!dependabot/**'
jobs:
build:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: yarn install --immutable
- name: Jest coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
skip-step: install
test-script: yarn test