fix: resolve lint errors and make lychee non-blocking

- Removed trailing slash from Patterns.dev to pass remark-lint
- Set fail: false in lychee-action to mirror legacy awesome_bot non-blocking behavior
This commit is contained in:
Palagiri Subbareddy 2026-06-26 15:14:35 +05:30
parent 82378e0751
commit 3b75156321
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --timeout 10 --max-retries 3 --retry-wait-time 2 ${{ needs.get-changed-files.outputs.files }}
fail: true
fail: false

View File

@ -1382,7 +1382,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [How To Code in React.js](https://www.digitalocean.com/community/books/how-to-code-in-react-js-ebook) - Joe Morgan
* [Intro to the React Framework](http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660)
* [Learning React.js: Getting Started and Concepts](https://scotch.io/tutorials/learning-react-getting-started-and-concepts)
* [Patterns.dev](https://www.patterns.dev/) - Lydia Hallie, Addy Osmani
* [Patterns.dev](https://www.patterns.dev) - Lydia Hallie, Addy Osmani
* [Quick Start](https://react.dev/learn)
* [React-Bits](https://github.com/vasanthk/react-bits)
* [React Book, your beginner guide to React](https://github.com/softchris/react-book/) - Chris Noring