Skip to content

Merge pull request #25 from hmasdev/bot/update-version-to-0.3.0a0 #44

Merge pull request #25 from hmasdev/bot/update-version-to-0.3.0a0

Merge pull request #25 from hmasdev/bot/update-version-to-0.3.0a0 #44

Workflow file for this run

name: On Push Branches
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 }}