Skip to content

chore(deps): update vidavidorra/.github action to v5.0.18 #479

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

chore(deps): update vidavidorra/.github action to v5.0.18 #479

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