Skip to content

Commit

Permalink
Merge pull request #2553 from 0xldr/executive-markdown-checker
Browse files Browse the repository at this point in the history
Executive markdown checker
  • Loading branch information
0xldr authored Feb 5, 2024
2 parents 8f5d851 + 0ac9835 commit 676ed57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [opened, syncrhonze, reopened]
paths:
- 'governance/votes/*.md'
branches:
- 'master'

jobs:
validate:
Expand All @@ -15,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 676ed57

Please sign in to comment.