Skip to content

fix(deps): update dependency @commitlint/cli to v19.6.1 #1491

fix(deps): update dependency @commitlint/cli to v19.6.1

fix(deps): update dependency @commitlint/cli to v19.6.1 #1491

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@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
code-coverage:
uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
needs:
- lint
- build
- test
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
release:
uses: vidavidorra/.github/.github/workflows/release.yml@b7901f8c8826e6b6d257a616c013044dde37b203 # v5.0.10
needs:
- lint-commit-messages
- lint
- build
- test
- code-coverage
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}
npmToken: ${{ secrets.NPM_PUBLISH_TOKEN }}