Skip to content

Merge pull request #13 from hmasdev/fix-workflow #14

Merge pull request #13 from hmasdev/fix-workflow

Merge pull request #13 from hmasdev/fix-workflow #14

name: On Push
on:
push:
branches:
- "*"
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 }}