Skip to content

Commit

Permalink
Merge e19c5a7 into 3b8b26f
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jul 29, 2022
2 parents 3b8b26f + e19c5a7 commit 11a8be3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,15 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
unchecked: '1,5069'

markdownlint:
name: Markdown Linter
runs-on: ubuntu-latest
steps:
- name: Checkout EIP Repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Lint
uses: DavidAnson/markdownlint-cli2-action@d199b6e1b89360c71e0c21eac02f7965faf07ba6
with:
globs: '**/*.md'

0 comments on commit 11a8be3

Please sign in to comment.