Skip to content

4-adding-workflows

4-adding-workflows #12

Workflow file for this run

---
name: ai-cfia workflows
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
python-lint:
name: workflow-lint-test-python
uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit
mkd-check:
name: workflow-markdown-check
uses: ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main
with: # to pass inputs to called workflow
config-file-path: '.mlc_config.json'
secrets: inherit
repo-validation:
name: workflow-repo-standards-validation
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
# This job wat modified to use the default yamllint configuration
# We needed to change the config of the main
yaml-check:
name: workflow-yaml-check
uses: ai-cfia/github-workflows/.github/workflows/workflow-yaml-check.yml@main
# I need to add the extends part to change the max line length
input:

Check failure on line 33 in .github/workflows/workflows.yml

View workflow run for this annotation

GitHub Actions / ai-cfia workflows

Invalid workflow file

The workflow is not valid. .github/workflows/workflows.yml (Line: 33, Col: 5): Unexpected value 'input'
config-file-path: ai-cfia/github-workflows/.yamllint.ymll@main
secrets: inherit