Skip to content

Commit 20293dc

Browse files
committed
fix: workflow name
1 parent 3a844c6 commit 20293dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint by Pyright and Ruff
1+
name: Lint
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
lint:
10+
pyright-and-ruff:
1111
runs-on: ubuntu-latest
1212

1313
strategy:

0 commit comments

Comments
 (0)