Skip to content

Commit

Permalink
issue #46: added every usefull workflows inside one file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jan 22, 2024
1 parent 9e2632e commit d5c150d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Markdown check
name: Workflows

on:
pull_request:
Expand All @@ -8,16 +8,24 @@ on:
- 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@main
with:
config-file-path: '.mlc_config.json'
secrets: inherit

repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
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
secrets: inherit
13 changes: 0 additions & 13 deletions .github/workflows/lint-test.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/repo-standard.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/workflow.yml

This file was deleted.

0 comments on commit d5c150d

Please sign in to comment.