parent
0cd837f0da
commit
c575efb35f
|
@ -440,7 +440,7 @@ subprojects:
|
|||
|
||||
- id: "link-check"
|
||||
paths:
|
||||
- ".github/workflows/md-check-links.yml"
|
||||
- ".github/workflows/ci-check-md-links.yml"
|
||||
- ".github/workflows/markdown.links.config.json"
|
||||
- "**/*.md"
|
||||
checks:
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
## Code Quality
|
||||
|
||||
| workflow file | action |
|
||||
| ------------------------------------ | ----------------------------------------------------------------------------------------- |
|
||||
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/Lightning-AI/lightning) |
|
||||
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
|
||||
| .github/workflows/ci-schema.yml | Validate the syntax of workflow files. |
|
||||
| .github/workflows/check-md-links.yml | Validate links in markdown files. |
|
||||
| workflow file | action |
|
||||
| --------------------------------------- | ----------------------------------------------------------------------------------------- |
|
||||
| .codecov.yml | Measure test coverage with [codecov.io](https://app.codecov.io/gh/Lightning-AI/lightning) |
|
||||
| .github/workflows/code-checks.yml | Check Python typing with [MyPy](https://mypy.readthedocs.io/en/stable/). |
|
||||
| .github/workflows/ci-schema.yml | Validate the syntax of workflow files. |
|
||||
| .github/workflows/ci-check-md-links.yml | Validate links in markdown files. |
|
||||
|
||||
## Others
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ on:
|
|||
branches: [master, "release/*"]
|
||||
types: [opened, reopened, ready_for_review, synchronize]
|
||||
paths:
|
||||
- ".github/workflows/md-check-links.yml"
|
||||
- ".github/workflows/ci-check-md-links.yml"
|
||||
- ".github/workflows/markdown.links.config.json"
|
||||
- "**/*.md"
|
||||
|
||||
|
|
Loading…
Reference in New Issue