Build Windows Templates in RHV
This commit is contained in:
11
roles/linux-system-roles.network/.github/workflows/markdownlint.yml
vendored
Normal file
11
roles/linux-system-roles.network/.github/workflows/markdownlint.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: markdownlint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
markdownlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@main
|
||||
- name: Run mdl
|
||||
uses: actionshub/markdownlint@main
|
||||
Reference in New Issue
Block a user