We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2538e22 commit 841dc9dCopy full SHA for 841dc9d
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
run: pip install ruff
20
- name: Lint
21
run: |
22
- ruff check paperbanana/ mcp_server/ tests/
23
- ruff format --check paperbanana/ mcp_server/ tests/
+ ruff check paperbanana/ mcp_server/ tests/ scripts/
+ ruff format --check paperbanana/ mcp_server/ tests/ scripts/
24
25
test:
26
runs-on: ${{ matrix.os }}
0 commit comments