mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-07-08 13:21:55 +00:00
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:
parent
82378e0751
commit
3b75156321
2
.github/workflows/check-urls.yml
vendored
2
.github/workflows/check-urls.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user