Skip to content

Commit

Permalink
Remove hyperlinks checking from regular ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jun 24, 2024
1 parent eac1847 commit 8bd13d8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- name: Check Version Number
run: poetry run python3 -u "./scripts/build/check_release.py"

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress 'doc/**/*.md' 'README.md'

- name: Run Unit Tests
run: >
poetry run pytest
Expand Down

0 comments on commit 8bd13d8

Please sign in to comment.