Skip to content

complete quality checks #3

complete quality checks

complete quality checks #3

name: Dev CI Actions
on:
branch:
- main
jobs:
quality-checks:
uses: ./.github/workflows/quality-typing-checks.yaml
test-run-pinned:
uses: ./.github/workflows/pinned-tests.yaml
needs: [quality-checks]