Skip to content

Change image paths and delete duplicates #129

Change image paths and delete duplicates

Change image paths and delete duplicates #129

---
name: Howard integration workflow
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
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
with:
config-file-path: '.yamllint.yml'
repo-standard:
uses:
ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
deploy-to-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