Skip to content

feat: add eslint flat config #337

feat: add eslint flat config

feat: add eslint flat config #337

Workflow file for this run

name: codecov
on: [push]
jobs:
codecov:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
cache: "npm"
- name: Install dependencies
run: npm i
- name: Collect coverage
run: npm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4