Skip to content

fix(deps): update vidavidorra/.github action to v4.2.38 #1266

fix(deps): update vidavidorra/.github action to v4.2.38

fix(deps): update vidavidorra/.github action to v4.2.38 #1266

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