Skip to content

Commit

Permalink
CI: run markdownlint on changelog and on README
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent 6268650 commit 87abc21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ jobs:
if: ${{matrix.elixir_vsn == env.HIGHEST_ELIXIR_VERSION_IN_MATRIX}}
run: mix credo --strict

- name: Run markdownlint
if: ${{matrix.elixir_vsn == env.HIGHEST_ELIXIR_VERSION_IN_MATRIX}}
uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: '**/*.md' '**/*.MD'
ignore: _build deps .git .github
# version: 0.28.1

- name: Run tests
run: mix test --cover

Expand Down

0 comments on commit 87abc21

Please sign in to comment.