Skip to content

Commit

Permalink
Merge pull request #103 from johnlokerse/fix/markdown-checker
Browse files Browse the repository at this point in the history
Added md check config file, removed deleted Azure GitHub project
  • Loading branch information
ElYusubov authored Jan 30, 2024
2 parents 5f65685 + ce73038 commit 08434f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/markdown-link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Markdown Link Checker

on:
on:
push:
branches:
- main
Expand All @@ -21,6 +21,7 @@ jobs:
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
- name: Sleep for 3hrs
if: ${{ steps.markdownlinkcheck.outcome == 'failure' && steps.markdownlinkcheck.conclusion == 'success' }}
uses: juliangruber/sleep-action@v1
Expand All @@ -32,3 +33,4 @@ jobs:
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
7 changes: 7 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://www.reddit.com"
}
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Hand-picked tips and tricks to help you learn Azure Bicep and get you ready to s
- [Bicep Testing Framework (BenchPress)](https://github.com/Azure/benchpress)
- [Bicep type definitions for ARM resources](https://github.com/Azure/bicep-types-az)
- [Common Azure Resource Modules Library (CARML)](https://github.com/Azure/ResourceModules)
- [Guardrails Solution Accelerator for Canadian Public Sector - Bicep setup](https://github.com/Azure/GuardrailsSolutionAccelerator/tree/main/setup/IaC)
- [Project Bicep - an ARM DSL](https://github.com/Azure/bicep)
- [Template Best Practice Analyzer (BPA)](https://github.com/Azure/template-analyzer)

Expand Down

0 comments on commit 08434f4

Please sign in to comment.