Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/.checkTemplateIgnore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
000-HowToHack
004-HotelCaliVegasDevHack
006-AppModernization
007-AzureMonitoring
008-DatabricksIntroML
012-InfraAsCode-Terraform
013-InfraAsCode-Ansible
015-Serverless
016-AppMigration
017-FrontDoor
018-BI2AI
019-ThisOldDataWarehouse
020-MasteringLinux
022-AzureGovernance
024-DoYouEvenSynapse
028-AdvancedNetworking
029-IoTEdge
031-DevOpsWithGitHub
032-MLOpsFromScratch
033-OSSDatabaseMigration
034-MicrosoftTeams-MakeItReal
035-HubAndSpoke
036-BGP
038-MDWCovid19
041-VirtualWAN
043-SQLModernization
044-DevOpswithGithubActions
32 changes: 32 additions & 0 deletions .github/workflows/checkTemplate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Check Template Format

on:
workflow_dispatch:
pull_request:
branches:
- master
paths:
- '**'
- '!README.md'
- '!assets/**'
- '!.github/**'
- '.github/workflows/checkTemplate.yml'
push:
paths:
- '**'
- '!README.md'
- '!assets/**'
- '!.github/**'
- '.github/workflows/checkTemplate.yml'

jobs:
checklinks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Template Format Check
uses: jordanbean-msft/github-action-wth-template-check@v0.4.0
with:
path: ${{ github.workspace }}
shouldScanSubdirectories: true
pathToIgnoreFile: ${{ github.workspace }}/.github/workflows/.checkTemplateIgnore