Skip to content

chore(deps): update vidavidorra/.github action to v5.0.14 #461

chore(deps): update vidavidorra/.github action to v5.0.14

chore(deps): update vidavidorra/.github action to v5.0.14 #461

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