Skip to content

chore(deps): update vidavidorra/.github action to v4.2.3 #15

chore(deps): update vidavidorra/.github action to v4.2.3

chore(deps): update vidavidorra/.github action to v4.2.3 #15

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