Skip to content

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-… #155

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-…

Merge pull request #165 from spuxx1701/dependabot/npm_and_yarn/class-… #155

Workflow file for this run

name: staging
on:
workflow_dispatch:
push:
branches:
- main
jobs:
types:
uses: spuxx1701/ci-cd/.github/workflows/npm_types.yml@v2.0
lint:
uses: spuxx1701/ci-cd/.github/workflows/npm_lint.yml@v2.0
test:
uses: spuxx1701/ci-cd/.github/workflows/npm_test-coverage.yml@v2.0
release_image:
needs:
- types
- lint
- test
uses: spuxx1701/ci-cd/.github/workflows/release_image.yml@v2.0
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}