Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.43.0 #120

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.43.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.43.0 #120

Workflow file for this run

on: ["pull_request"]
name: Test Coverage
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 22.x
- name: yarn install, yarn test:coverage
run: |
yarn install
yarn test --coverage
- name: Coverage
uses: romeovs/lcov-reporter-action@v0.4.0
with:
lcov-file: ./coverage/lcov.info