Skip to content

Commit be7bcec

Browse files
committed
Fix ruff linting
1 parent 86c7813 commit be7bcec

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
with:
1414
python-version: "3.11"
1515

16-
- name: Install lint dependencies
17-
run: |
18-
python -m pip install --upgrade pip
19-
pip install ruff
20-
2116
- name: Lint with ruff
22-
run: |
23-
ruff --format=github --target-version=py311 account
17+
uses: chartboost/ruff-action@v1
18+
with:
19+
src: "./account"
20+
version: 0.1.11
21+
args: --target-version=py311
2422

2523
test:
2624
name: Testing

0 commit comments

Comments
 (0)