Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

fix(deps): update typescript-eslint monorepo to v8.18.0 #3287

fix(deps): update typescript-eslint monorepo to v8.18.0

fix(deps): update typescript-eslint monorepo to v8.18.0 #3287

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}