Skip to content

Commit

Permalink
Remove link checking for twitter now it requires an account
Browse files Browse the repository at this point in the history
  • Loading branch information
tess-barnes-mt committed Jun 7, 2024
1 parent 4a48dd9 commit d0ad45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- run:
name: check links
command: npx broken-link-checker https://learn.madetech.com --exclude microsoft --exclude linkedin --exclude codewars.com -ro
command: npx broken-link-checker https://learn.madetech.com --exclude microsoft --exclude linkedin --exclude twitter --exclude codewars.com -ro
workflows:
version: 2
weekly_checks:
Expand Down

0 comments on commit d0ad45e

Please sign in to comment.