Skip to content

Commit 63b14a5

Browse files
committed
ruff
1 parent 5cdb8ac commit 63b14a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Test
1+
name: Lint
22

33
on: [push, pull_request]
44

55
jobs:
6-
test-package:
7-
name: Lint
6+
ruff:
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)