diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e821402b0..8402f4f3a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,9 @@ on: jobs: lint: - name: Lint URLs + name: Lint Markdown URLs runs-on: ubuntu-latest steps: - uses: lycheeverse/lychee-action@v2 + with: + args: --base . --no-progress './**/*.md'