Skip to content

chore(deps): update dependency eslint-plugin-jest to v28.10.0 #1717

chore(deps): update dependency eslint-plugin-jest to v28.10.0

chore(deps): update dependency eslint-plugin-jest to v28.10.0 #1717

Workflow file for this run

name: coverage
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm install
- run: npm run build --if-present
- run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}