Skip to content

Pipelines p rbranch

Pipelines p rbranch #2

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
branches:
- master
jobs:
Run_Markdown_Lint_Check:
runs-on: windows-latest
steps:
- name: 'Install chef utils'
run: gem install chef-utils -v 16.6.14
- name: 'Install markdown lint'
run: gem install mdl
- name: 'Run markdown lint'
run: mdl . -c .mdlrc