Skip to content

Commit

Permalink
Update CI config after Lightning-AI#17122 (Lightning-AI#17134)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Mar 20, 2023
1 parent 0cd837f commit c575efb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c575efb

Please sign in to comment.