Issue #126: updates imports/dependencies with new monorepo modules structure #210
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |