Skip to content

chore(deps-dev): bump eslint from 9.1.0 to 9.1.1 #2673

chore(deps-dev): bump eslint from 9.1.0 to 9.1.1

chore(deps-dev): bump eslint from 9.1.0 to 9.1.1 #2673

Workflow file for this run

name: Test
on:
push:
branches:
- next
pull_request:
branches:
- next
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test coverage
run: yarn jest test/ --collectCoverage=true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4