Update CI config after #17122 (#17134)

This commit is contained in:
Carlos Mocholí 2023-03-20 19:19:02 +01:00 committed by GitHub
parent 0cd837f0da
commit c575efb35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -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"