Skip to content

Commit e403f14

Browse files
committed
Fixed directory to run ruff on
1 parent cd9d92e commit e403f14

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ jobs:
99
steps:
1010
- name: Check out
1111
uses: actions/checkout@v4
12-
- name: Check source with ruff
12+
- name: Run ruff
1313
uses: astral-sh/ruff-action@v3
1414
with:
1515
args: check --output-format=github
16-
src: ./source
17-
- name: Check tests with ruff
18-
uses: astral-sh/ruff-action@v3
19-
with:
20-
args: check --output-format=github
21-
src: ./tests
2216

2317
build:
2418
name: Build

0 commit comments

Comments
 (0)