Skip to content

Commit 2a987d3

Browse files
authored
Merge branch 'main' into dependabot/uv/all-6da3737e9a
2 parents 32eda3e + 5331543 commit 2a987d3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ jobs:
2727

2828
- name: Run Ruff Linter
2929
id: ruff-lint
30-
uses: astral-sh/ruff-action@v3
30+
run: uv run ruff check --output-format=github
3131
continue-on-error: true
3232

3333
- name: Run Ruff Formatter
3434
id: ruff-format
35-
uses: astral-sh/ruff-action@v3
35+
run: uv run ruff format --check
3636
continue-on-error: true
37-
with:
38-
args: "format --check"
3937

4038
- name: Run MyPy Type Checker
4139
id: mypy

0 commit comments

Comments
 (0)