Skip to content

fix(deps): update dependency eslint-plugin-cypress to v4 #1715

fix(deps): update dependency eslint-plugin-cypress to v4

fix(deps): update dependency eslint-plugin-cypress to v4 #1715

Workflow file for this run

name: Verify
on:
pull_request:
merge_group:
types: [checks_requested]
concurrency:
group: verify-${{ github.head_ref }}
cancel-in-progress: true
jobs:
verify:
name: Reusable verify workflow
uses: reside-eng/workflow-templates-library/.github/workflows/verify_library.yml@v1
with:
NODE_VERSION: 20.x
PACKAGE_MANAGER: yarn-berry
SLACK_NOTIFICATION_SECRET: SLACK_WEBHOOK_PLATFORM_PROD
ENABLE_FORMAT_CHECK: true
ENABLE_TYPES_CHECK: true
IS_MONOREPO: true
ENABLE_COVERAGE: false
secrets: inherit