Skip to content

Commit

Permalink
add ruff in binding_python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Feb 3, 2024
1 parent 297831b commit 0554f02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bindings_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- name: Ruff Check
uses: jpetrucciani/[email protected]
with:
path: "bindings/python"
- uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
Expand All @@ -82,6 +86,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- name: Ruff Check
uses: jpetrucciani/[email protected]
with:
path: "bindings/python"
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand All @@ -99,6 +107,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- name: Ruff Check
uses: jpetrucciani/[email protected]
with:
path: "bindings/python"
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand Down

0 comments on commit 0554f02

Please sign in to comment.