Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
expand lychee linting and make CI similar to local
Browse files Browse the repository at this point in the history
  • Loading branch information
norswap committed Jan 19, 2022
1 parent 42a09a9 commit fc555be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.2.0
with:
args: --verbose --no-progress --exclude twitter.com --exclude-mail README.md \"./specs/**/*.md\" \"./meta/**/*.md\"
fail: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"lint": "yarn lint:fix && yarn lint:check",
"lint:fix": "markdownlint-cli2-fix \"./specs/**/*.md\" \"#node_modules\"",
"lint:check": "markdownlint-cli2 \"./specs/**/*.md\" \"#node_modules\"",
"lint:links": "lychee \"./specs/**/*.md\""
"lint:links": "lychee --exclude twitter.com --exclude-mail README.md \"./specs/**/*.md\" \"./meta/**/*.md\""
}
}

0 comments on commit fc555be

Please sign in to comment.