Skip to content

Commit

Permalink
Add step to validate links (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Sep 2, 2024
1 parent 1c32141 commit 7502fe2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ jobs:
pip install --upgrade pip
pip install --upgrade build wheel setuptools
- name: Validate links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: README.md

- name: Build distributions
shell: bash -l {0}
run: python -m build

- name: Publish package
Expand Down

0 comments on commit 7502fe2

Please sign in to comment.