Skip to content

chore(deps): update dependency @octokit/types to v13 #57

chore(deps): update dependency @octokit/types to v13

chore(deps): update dependency @octokit/types to v13 #57

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