Merge pull request #761 from Dasharo/seo/link-checker-parser

seo.yml: Use improved link checker action
This commit is contained in:
artur-rs
2024-02-14 11:16:27 +01:00
committed by GitHub
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -12,14 +12,12 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v4.1.1
- name: Test links
uses: 3mdeb/lychee-log-action@main
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: --timeout 60 --max-redirects 10 -a 403,406,429,500,502,503,522,999 .
seo_spy_orphan_pages:
runs-on: ubuntu-latest
name: Check orphan pages
+1 -1
View File
@@ -205,7 +205,7 @@ stored in `meta-dts` repository.
image](./documentation.md#building).
* Added Github Actions to automate new version building.
* Added new tools: cbfstool, cbmem, futil, intelmetool (all from [Dasharo
coreboot fork](https://github.com/Dasharo/coreboot/tree/coreboot-utils)),
coreboot fork](https://github.com/Dasharo/coreboot/tree/coreboot-utils-v2)),
[binwalk](https://github.com/ReFirmLabs/binwalk),
[uefi-firmware-parser](https://github.com/theopolis/uefi-firmware-parser),
[mei-amt-check](https://github.com/mjg59/mei-amt-check).