Skip to content

chore(deps): update commitlint monorepo to v20 (major) #303

chore(deps): update commitlint monorepo to v20 (major)

chore(deps): update commitlint monorepo to v20 (major) #303

Workflow file for this run

name: Jest test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}