Skip to content

chore(deps): update vidavidorra/.github action to v5.0.4 #294

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

chore(deps): update vidavidorra/.github action to v5.0.4 #294

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@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4
release:
uses: vidavidorra/.github/.github/workflows/release.yml@d9eb5f1fa711d7ad1bbe1d0efbe36e35080a8940 # v5.0.4
needs:
- lint-commit-messages
- lint
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}