Skip to content

feat(api/products): add cronjob for products ratings #103

feat(api/products): add cronjob for products ratings

feat(api/products): add cronjob for products ratings #103

Workflow file for this run

name: CI
on:
push:
branches: ['master', 'main', 'dev']
# pull_request:
# branches: ['master', 'main', 'dev']
# allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
type-check:
uses: ./.github/workflows/type-check.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build:
uses: ./.github/workflows/build.yml