Skip to content

Commit 64ff9e9

Browse files
maybe fix linter
1 parent f5fa677 commit 64ff9e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v5
10+
- uses: actions/setup-python@v5
1111
with:
12-
python-version: '3.x'
12+
python-version: "3.x"
1313
- name: Install dependencies
1414
run: pip install ruff
1515
- name: Run linter
16-
run: ruff .
16+
run: ruff check .

0 commit comments

Comments
 (0)