Skip to content

Commit

Permalink
issue #8: Adding new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelPelletierEvraire committed Apr 9, 2024
1 parent 32f073c commit 9411c63
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This CODEOWNERS file is auto-generated. See the script at <https://github.com/ai-cfia/devops/blob/main/github-management-script/codeowners-file-creation.sh> for modification details.

/.github/ @ai-cfia/devops
Dockerfile @ai-cfia/devops
docker-compose.yml @ai-cfia/devops
docker-compose.*.yml @ai-cfia/devops
21 changes: 21 additions & 0 deletions .github/workflows/python-api-test-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Python api-test workflows

on:
pull_request:
types:
- opened
- closed
- synchronize

jobs:
markdown-check:
uses: ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@main
secrets: inherit

repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit

test-python:
uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main
secrets: inherit

0 comments on commit 9411c63

Please sign in to comment.