Skip to content

Commit f109417

Browse files
committed
chore: Fix check name
1 parent 1844517 commit f109417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Checks
2+
name: Tox checks
33

44
on:
55
push:
@@ -21,8 +21,8 @@ permissions:
2121
contents: read
2222

2323
jobs:
24-
codespell:
25-
name: Check for spelling errors
24+
check:
25+
name: Tox checks
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:

0 commit comments

Comments
 (0)