Skip to content

Commit

Permalink
Update markdownlint.yml and fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTurtleRoe committed Apr 19, 2024
1 parent 2f317b9 commit 0e3aa05
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
name: MarkdownLint mdl Action
uses: actionshub/markdownlint@v2.1.2
with: null
path: ./
filesToIgnoreRegex: null
name: markdownlint

on: [push, pull_request]

jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run mdl
uses: actionshub/markdownlint@main

0 comments on commit 0e3aa05

Please sign in to comment.