diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml deleted file mode 100644 index 65d4887..0000000 --- a/.github/workflows/link-check.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Link Check - -on: - schedule: - - cron: "23 9 * * 2" - workflow_dispatch: - -permissions: - contents: read - -jobs: - links: - name: Markdown links - runs-on: ubuntu-latest - continue-on-error: true - steps: - - uses: actions/checkout@v7 - - name: Check Markdown links - uses: lycheeverse/lychee-action@v2 - with: - args: >- - --verbose - --no-progress - --exclude "https://github.com/dropbox/dbxcli/releases/download/vX.Y.Z/.*" - README.md - "docs/**/*.md" diff --git a/CHANGELOG.md b/CHANGELOG.md index 72530d2..256b80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ **Infrastructure:** - Added scheduled/manual OSSF Scorecard scanning without public Scorecard API publishing. -- Added scheduled/manual non-blocking Markdown link checks for README and docs. - Replaced standalone Staticcheck workflow steps with a narrow `golangci-lint` configuration. - Added explicit `go.sum` cache dependency paths for `actions/setup-go`.