Skip to content

chore: bump husky from 8.0.1 to 9.0.11 #973

chore: bump husky from 8.0.1 to 9.0.11

chore: bump husky from 8.0.1 to 9.0.11 #973

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