Skip to content

chore(deps): update vidavidorra/.github action to v5.0.1 #278

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

chore(deps): update vidavidorra/.github action to v5.0.1 #278

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