Skip to content

Commit

Permalink
fix: removed link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ksachin7 committed Apr 2, 2024
1 parent e548971 commit 4287421
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/github.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
working-directory: ui-fundamentals
run: npm test

- name: Link check (warnings, changed files)
working-directory: ui-fundamentals
run: |
./script/rendered-content-link-checker.mjs \
--language en \
--max 100 \
--check-anchors \
--check-images \
--verbose \
--list $HOME/files.json
# - name: Link check (warnings, changed files)
# working-directory: ui-fundamentals
# run: |
# ./script/rendered-content-link-checker.mjs \
# --language en \
# --max 100 \
# --check-anchors \
# --check-images \
# --verbose \
# --list $HOME/files.json

# for future updates
# lint_and_test_the_wild_oasis:
Expand Down

0 comments on commit 4287421

Please sign in to comment.