Skip to content

Add recommendation to disclose LLM/GenAI usage. #2637

Add recommendation to disclose LLM/GenAI usage.

Add recommendation to disclose LLM/GenAI usage. #2637

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run markdown-link-check
run: make markdown-link-check
env:
# see https://lychee.cli.rs/troubleshooting/rate-limits/#github-rate-limiting
GITHUB_TOKEN: ${{ github.token }}