Skip to content

Commit 21bfe12

Browse files
committed
Improve name of ruff and ty job
1 parent 9ac88b9 commit 21bfe12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
# This reduces false positives due to rate limits
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111111

112-
check-code:
113-
name: Check code correctness
112+
code-quality:
113+
name: Code quality (ty and ruff)
114114
runs-on: ubuntu-latest
115115
steps:
116116
- name: Checkout repository

0 commit comments

Comments
 (0)