Skip to content

build(deps-dev): Bump eslint from 9.13.0 to 9.14.0 (#19) #25

build(deps-dev): Bump eslint from 9.13.0 to 9.14.0 (#19)

build(deps-dev): Bump eslint from 9.13.0 to 9.14.0 (#19) #25

Workflow file for this run

name: Coverage
on:
push:
branches: [main]
jobs:
generate-badges:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test:coverage
- run: |
git fetch origin badges
git restore package-lock.json
git checkout badges
- uses: jpb06/jest-badges-action@latest
with:
branches: '*'
target-branch: badges
- run: git push origin badges