Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Markdownlint job metadata
Browse files Browse the repository at this point in the history
nschonni committed Aug 23, 2022

Verified

This commit was signed with the committer’s verified signature.
nschonni Nick Schonning
1 parent eef4fa1 commit fccb97e
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

0 comments on commit fccb97e

Please sign in to comment.