Skip to content

deps(renovate): update dependency @typescript-eslint/eslint-plugin to… #3111

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

deps(renovate): update dependency @typescript-eslint/eslint-plugin to… #3111

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