Skip to content

Commit

Permalink
chore: update Markdownlint job metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Aug 24, 2022
1 parent f0428e6 commit 2aa6f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Markdown lint (project files)
name: Markdownlint

on:
pull_request:
branches:
- main
paths:
- .markdownlint.json
- package.json
- yarn.lock
- '**/*.md'
- .github/workflows/markdown-lint.yml
- .github/workflows/markdownlint-problem-matcher.json


jobs:
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2aa6f3d

Please sign in to comment.