Skip to content

Avoid new CPU logical metadata attribute #11

Avoid new CPU logical metadata attribute

Avoid new CPU logical metadata attribute #11

name: Lychee Config Check
on:
pull_request:
paths:
- '.github/lychee.toml'
push:
paths:
- '.github/lychee.toml'
permissions:
contents: read
jobs:
check-lychee-config:
runs-on: ubuntu-latest
name: Validate Lychee Config
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Lychee Config Checker
id: lychee
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: "--verbose --config .github/lychee.toml --dump .github/lychee.toml"
failIfEmpty: false