Skip to content

chore: bump eslint from 8.57.0 to 9.2.0 in /packages/core-components #1156

chore: bump eslint from 8.57.0 to 9.2.0 in /packages/core-components

chore: bump eslint from 8.57.0 to 9.2.0 in /packages/core-components #1156

Workflow file for this run

name: On Pull Request
on:
pull_request:
types: [ opened, reopened, edited, synchronize ]
branches:
- main
- beta
jobs:
install:
name: Install Dependencies
uses: ./.github/workflows/install.yml
with:
node_version: 18
validations:
name: Validations
needs: [ install ]
uses: ./.github/workflows/validations.yml
with:
node_version: 18
dependabot-automerge:
name: Dependabot Automerge
needs: [ install, validations ]
uses: ./.github/workflows/dependabot-auto-merge.yml