Skip to content

Commit 4dedf5f

Browse files
committed
clean up workflow setup
1 parent 2279349 commit 4dedf5f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ jobs:
5151
steps:
5252
- name: Checkout repository
5353
uses: actions/checkout@v6
54-
- name: Setup Python
55-
uses: actions/setup-python@v6
56-
with:
57-
python-version-file: "pyproject.toml"
5854
- name: Run linter
5955
uses: astral-sh/ruff-action@v3
6056
- name: Check styling
61-
uses: psf/black@stable
57+
run: ruff format --check --diff

0 commit comments

Comments
 (0)