Skip to content

fix(deps): update codecov/codecov-action action to v5.0.5 #516

fix(deps): update codecov/codecov-action action to v5.0.5

fix(deps): update codecov/codecov-action action to v5.0.5 #516

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- beta
- 'renovate/**'
- 'github-renovate/**'
pull_request: null
jobs:
lint-commit-messages:
uses: ./.github/workflows/lint-commit-messages.yml
lint:
uses: ./.github/workflows/node-lint.yml
release:
needs: [lint-commit-messages, lint]
uses: ./.github/workflows/release.yml
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}