Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Mar 5, 2024
2 parents 4eed074 + 2ed4bcb commit 2b4e714
Show file tree
Hide file tree
Showing 48 changed files with 5,172 additions and 145 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate_markdown.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Markdown validation

on:
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- .github/workflows/validate_markdown.yaml
- "**.md"

jobs:
markdown_validation:
name: Markdown validation
uses: uc-cdis/.github/.github/workflows/validate_markdown.yaml@master
Loading

0 comments on commit 2b4e714

Please sign in to comment.