Skip to content

deps(renovate): update dependency @typescript-eslint/eslint-plugin to v7 #3095

deps(renovate): update dependency @typescript-eslint/eslint-plugin to v7

deps(renovate): update dependency @typescript-eslint/eslint-plugin to v7 #3095

Workflow file for this run

on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run lint
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- run: npx c8 npm test
- run: npx c8 report --reporter=text-lcov > coverage.lcov
- uses: codecov/codecov-action@v4