Skip to content

[refactoring] module to package and add workflows for CI/CD #2

[refactoring] module to package and add workflows for CI/CD

[refactoring] module to package and add workflows for CI/CD #2

name: On Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
uses: ./.github/workflows/pytest-workflow-call.yaml
with:
git-ref: ${{ github.ref }}
static-type-check:
uses: ./.github/workflows/static-type-check-workflow-call.yaml
with:
git-ref: ${{ github.ref }}
code-style-check:
uses: ./.github/workflows/code-style-check-workflow-call.yaml
with:
git-ref: ${{ github.ref }}