Skip to content

build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.4.3 #233

build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.4.3

build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.4.3 #233

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
pull_request:
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: ./.github/workflows/release.yml
secrets: inherit