Skip to content

build(deps-dev): Bump husky from 9.1.5 to 9.1.6 #221

build(deps-dev): Bump husky from 9.1.5 to 9.1.6

build(deps-dev): Bump husky from 9.1.5 to 9.1.6 #221

Workflow file for this run

# This is workflow runs on PR
#
name: Check Pull Request
# Controls when the action will run.
on:
# Trigger workflow for pull requests.
pull_request:
types: [opened, synchronize, reopened]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
cancel-runs:
name: '▶️ actions'
uses: ./.github/workflows/cancel-workflow.yml
dependencies:
name: '▶️ actions'
needs: [cancel-runs]
uses: ./.github/workflows/dependencies.yml
lint-pr:
name: '▶️ actions'
needs: [cancel-runs]
uses: ./.github/workflows/lint-pr.yml
lint-code:
name: '▶️ actions'
needs: [lint-pr]
uses: ./.github/workflows/lint-code.yml
codeql:
name: '▶️ actions'
needs: [lint-code]
uses: ./.github/workflows/codeql.yml
build:
name: '▶️ actions'
needs: [lint-code]
uses: ./.github/workflows/npm-build.yml
test:
name: '▶️ actions'
needs: [lint-code]
uses: ./.github/workflows/npm-test.yml