-
Notifications
You must be signed in to change notification settings - Fork 4
32 lines (26 loc) · 1.09 KB
/
github-workflows.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Workflows
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
lint-test:
uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit
markdown-check:
uses: ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@71-fix-every-workflow-inside-this-repository-and-make-sure-nachet-finesse-and-infra-have-the-right-workflow
with:
config-file-path: '.mlc_config.json'
secrets: inherit
repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@71-fix-every-workflow-inside-this-repository-and-make-sure-nachet-finesse-and-infra-have-the-right-workflow
secrets: inherit
build-deploy:
uses: ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-github-registry.yml@63-as-a-devops-i-would-like-to-create-a-workflow-to-push-images-to-this-organisation-docker-registry
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
registry: ghcr.io/ai-cfia
secrets: inherit