Skip to content

Commit

Permalink
add reference to contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Nov 9, 2023
1 parent f3a5bb6 commit 61536e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
repo: context.repo.repo,
body: `
We have automatically detected the following broken relative paths in your lessons.
Please check the file paths and associated broken paths inside them.
Please check the file paths and associated broken paths inside them.
Learn more from our [contributing guide](https://github.com/microsoft/generative-ai-for-beginners/blob/main/CONTRIBUTING.md).
# Check Broken Paths
${{ env.BROKEN_PATHS }}
`
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
body: `
We have automatically detected missing tracking id from the following relative paths in your lessons.
Please check the file paths and associated paths inside them.
Learn more from our [contributing guide](https://github.com/microsoft/generative-ai-for-beginners/blob/main/CONTRIBUTING.md).
# Check Missing Tracking from Paths
${{ env.PATHS_TRACKING }}
`
Expand Down Expand Up @@ -138,6 +140,7 @@ jobs:
body: `
We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our [contributing guide](https://github.com/microsoft/generative-ai-for-beginners/blob/main/CONTRIBUTING.md).
# Check Missing Tracking from URLs
${{ env.URLS_TRACKING }}
`
Expand Down Expand Up @@ -182,6 +185,7 @@ jobs:
body: `
We have automatically detected added country locale to URLs in your lessons.
Please check the file paths and associated URLs inside them.
Learn more from our [contributing guide](https://github.com/microsoft/generative-ai-for-beginners/blob/main/CONTRIBUTING.md).
# Check Country Locale in URLs
${{ env.URLS_LOCALE }}
`
Expand Down

0 comments on commit 61536e7

Please sign in to comment.