Skip to content

Commit c5de401

Browse files
committed
Fix
1 parent 4c02c22 commit c5de401

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: format
1+
name: Check formatting
22

33
permissions:
44
contents: read
@@ -11,7 +11,7 @@ on:
1111
merge_group:
1212

1313
jobs:
14-
format:
14+
ruff:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
merge_group:
1212

1313
jobs:
14-
linting:
14+
ruff:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
merge_group:
1212

1313
jobs:
14-
typing:
14+
mypy:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:

0 commit comments

Comments
 (0)