Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 in the pip group across 1 directory #53

Bump gunicorn from 21.2.0 to 22.0.0 in the pip group across 1 directory

Bump gunicorn from 21.2.0 to 22.0.0 in the pip group across 1 directory #53

name: Python backend 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@main
with:
config-file-path: '.mlc_config.json'

Check failure on line 18 in .github/workflows/python-backend-workflows.yml

View workflow run for this annotation

GitHub Actions / Python backend workflows

Invalid workflow file

The workflow is not valid. .github/workflows/python-backend-workflows.yml (Line: 18, Col: 25): Invalid input, config-file-path is not defined in the referenced workflow.
secrets: inherit
repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
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