Skip to content

Commit e015f11

Browse files
committed
Update lint.yaml
1 parent 6bef126 commit e015f11

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ jobs:
1919
- name: "Set up Python"
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version-file: ".python-version"
22+
python-version-file: "pyproject.toml"
23+
24+
- name: Install the project
25+
run: uv sync --all-extras --dev
26+
27+
- name: Lint with Ruff
28+
run: uv run ruff format
29+
run: uv run ruff check . --fix --unsafe-fixes

0 commit comments

Comments
 (0)