Skip to content

chore(deps): update dependency @vidavidorra/commitlint-config to v6 #13

chore(deps): update dependency @vidavidorra/commitlint-config to v6

chore(deps): update dependency @vidavidorra/commitlint-config to v6 #13

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- renovate/**
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
release:
uses: vidavidorra/.github/.github/workflows/release.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}