Skip to content

Commit 841dc9d

Browse files
ci: lint scripts directory to match contribution guide
1 parent 2538e22 commit 841dc9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: pip install ruff
2020
- name: Lint
2121
run: |
22-
ruff check paperbanana/ mcp_server/ tests/
23-
ruff format --check paperbanana/ mcp_server/ tests/
22+
ruff check paperbanana/ mcp_server/ tests/ scripts/
23+
ruff format --check paperbanana/ mcp_server/ tests/ scripts/
2424
2525
test:
2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)