Skip to content

Commit

Permalink
Rename pylint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-raghavan committed Dec 18, 2024
1 parent 7acf9ef commit d4da3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint
name: CI

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<img src="https://img.shields.io/github/v/release/j-raghavan/orchestrator" alt="GitHub release">
</a>
<a href="https://github.com/j-raghavan/orchestrator/actions">
<img src="https://github.com/j-raghavan/orchestrator/workflows/pylint/badge.svg" alt="CI Status">
<img src="https://github.com/j-raghavan/orchestrator/workflows/CI/badge.svg" alt="CI Status">
</a>
<a href="https://codecov.io/gh/j-raghavan/orchestrator">
<img src="https://codecov.io/gh/j-raghavan/orchestrator/branch/main/graph/badge.svg" alt="Code Coverage">
Expand Down

0 comments on commit d4da3ab

Please sign in to comment.