Skip to content

Issue/862 - Fix compilation errors (missing headers, cub namespace) t… #784

Issue/862 - Fix compilation errors (missing headers, cub namespace) t…

Issue/862 - Fix compilation errors (missing headers, cub namespace) t… #784

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: './python/'
- uses: chartboost/ruff-action@v1
with:
src: './python/'
args: format --check