Skip to content

Add github and husky configurations #1

Add github and husky configurations

Add github and husky configurations #1

name: Jest Coverage Report
on: [pull_request]
jobs:
jest-coverage-report:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Coverage Report
uses: ArtiomTr/jest-coverage-report-action@v2