Skip to content

feat: deprecate --sbom in favor of just using -L #46

feat: deprecate --sbom in favor of just using -L

feat: deprecate --sbom in favor of just using -L #46

Workflow file for this run

name: Check markdown links
on:
push:
paths:
- "**.md"
pull_request:
paths:
- "**.md"
schedule:
- cron: "45 22 * * 1,4"
# Restrict jobs in this workflow to have no permissions by default; permissions
# should be granted per job as needed using a dedicated `permissions` block
permissions: {}
jobs:
check:
permissions:
contents: read # to fetch code (actions/checkout)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
with:
use-quiet-mode: "yes"
base-branch: "main"
check-modified-files-only: ${{ github.event_name == 'schedule' && 'yes' || 'no'}}