Skip to content

Commit

Permalink
add ruff in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Feb 3, 2024
1 parent 14f1c6d commit f795fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/behavior_test_binding_python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
working-directory: bindings/python
run: |
source venv/bin/activate
ruff check .
pytest -v tests
env:
OPENDAL_TEST: ${{ inputs.service }}
Expand Down

0 comments on commit f795fa7

Please sign in to comment.