Skip to content

Commit c575efb

Browse files
authored
Update CI config after #17122 (#17134)
1 parent 0cd837f commit c575efb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/checkgroup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ subprojects:
440440

441441
- id: "link-check"
442442
paths:
443-
- ".github/workflows/md-check-links.yml"
443+
- ".github/workflows/ci-check-md-links.yml"
444444
- ".github/workflows/markdown.links.config.json"
445445
- "**/*.md"
446446
checks:

.github/workflows/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030

3131
## Code Quality
3232

33-
| workflow file | action |
34-
| ------------------------------------ | ----------------------------------------------------------------------------------------- |
35-
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/Lightning-AI/lightning) |
36-
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
37-
| .github/workflows/ci-schema.yml | Validate the syntax of workflow files. |
38-
| .github/workflows/check-md-links.yml | Validate links in markdown files. |
33+
| workflow file | action |
34+
| --------------------------------------- | ----------------------------------------------------------------------------------------- |
35+
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/Lightning-AI/lightning) |
36+
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
37+
| .github/workflows/ci-schema.yml | Validate the syntax of workflow files. |
38+
| .github/workflows/ci-check-md-links.yml | Validate links in markdown files. |
3939

4040
## Others
4141

.github/workflows/ci-check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [master, "release/*"]
99
types: [opened, reopened, ready_for_review, synchronize]
1010
paths:
11-
- ".github/workflows/md-check-links.yml"
11+
- ".github/workflows/ci-check-md-links.yml"
1212
- ".github/workflows/markdown.links.config.json"
1313
- "**/*.md"
1414

0 commit comments

Comments
 (0)