Skip to content

chore(deps): update dependency @vidavidorra/commitlint-config to v7.0.8 #274

chore(deps): update dependency @vidavidorra/commitlint-config to v7.0.8

chore(deps): update dependency @vidavidorra/commitlint-config to v7.0.8 #274

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@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
release:
uses: vidavidorra/.github/.github/workflows/release.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}