Skip to content

Update dependency pydantic to v2.10.3 #236

Update dependency pydantic to v2.10.3

Update dependency pydantic to v2.10.3 #236

Workflow file for this run

name: Nachet backend workflow
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
lint-coverage-test:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit
build-push-ghcr:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-github-registry.yml@main
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
registry: ghcr.io/ai-cfia
secrets: inherit
repo-standard:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
markdown-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main
yaml-check:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-yaml-check.yml@main