Skip to content

Commit

Permalink
run markdown lint on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored May 13, 2024
2 parents 462229d + 05cd4c1 commit 09d5195
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Lint Markdown

on:
push
push:
branches:
- "*"
pull_request:
types: [opened, reopened, synchronize]

jobs:
build:
Expand Down

0 comments on commit 09d5195

Please sign in to comment.