Skip to content

Commit

Permalink
[#512] Re-enable statick-md in CI. (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Jan 31, 2025
1 parent df319ea commit 3bdf8e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
mypy --ignore-missing-imports --strict src/statick_tool/
# Re-enable this step when statick-md switches from yapsy to entry points plugin approach.
# - name: Statick markdown
# if: runner.os == 'Linux'
# run: |
# pip install statick-md
# statick . --check --profile documentation.yaml
- name: Statick markdown
if: runner.os == 'Linux'
run: |
pip install statick-md
statick . --check --profile documentation.yaml
- name: Sphinx lint
if: runner.os == 'Linux'
Expand Down

0 comments on commit 3bdf8e2

Please sign in to comment.