We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e092f16 commit badf81eCopy full SHA for badf81e
.github/workflows/test-python.yaml
@@ -192,3 +192,15 @@ jobs:
192
193
- name: "Run tests"
194
run: python -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose
195
+
196
+ ruff:
197
+ name: "Lint tests"
198
+ runs-on: ubuntu-latest
199
+ defaults:
200
+ run:
201
+ working-directory: bdk-python
202
+ steps:
203
+ - uses: actions/checkout@v4
204
+ - uses: astral-sh/ruff-action@v3
205
+ with:
206
+ src: "./tests/"
0 commit comments