Skip to content

[chore] Remove duplicate check target#2490

Merged
lmolkova merged 1 commit intoopen-telemetry:mainfrom
braydonk:fix_makefile_check
Jul 8, 2025
Merged

[chore] Remove duplicate check target#2490
lmolkova merged 1 commit intoopen-telemetry:mainfrom
braydonk:fix_makefile_check

Conversation

@braydonk
Copy link
Copy Markdown
Contributor

@braydonk braydonk commented Jul 7, 2025

Fixes #2481

Changes

This PR removes a check target that I added without realizing that there already was a target called check. The original intention was to add a target that could be run locally without markdown-link-check as that used to take a considerably long time. Since that is a fair bit quicker now, there isn't much reason for it anymore. This PR essentially undoes what I did when I added the check.

Merge requirement checklist

This PR removes a `check` target that I added without realizing that
there already was a target called `check`. The original intention was to
add a target that could be run locally without `markdown-link-check` as
that used to take a considerably long time. Since that is a fair bit
quicker now, there isn't much reason for it anymore. This PR essentially
undoes what I did when I added the check.
@trentm
Copy link
Copy Markdown
Contributor

trentm commented Jul 7, 2025

See related #2486 (comment) regarding the markdown-link-check failure.

@trentm
Copy link
Copy Markdown
Contributor

trentm commented Jul 7, 2025

See related #2486 (comment) regarding the markdown-link-check failure.

#2494 to fix this.

@github-project-automation github-project-automation Bot moved this from Untriaged to Needs More Approval in Semantic Conventions Triage Jul 8, 2025
@lmolkova lmolkova added this pull request to the merge queue Jul 8, 2025
Merged via the queue into open-telemetry:main with commit 2ba21a8 Jul 8, 2025
17 of 22 checks passed
spurplewang pushed a commit to spurplewang/semantic-conventions that referenced this pull request Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Makefile has two "check:" productions

3 participants