diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index aab4dc17..1145329c 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -7,19 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: List cuda_core directory - run: ls -R cuda_core/ - - name: Debug ruff command - run: echo "Running ----> ruff check cuda_core/" - uses: astral-sh/ruff-action@v1 with: args: check - src: cuda_core/ -# jobs: -# ruff: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v4 -# - uses: astral-sh/ruff-action@v1 -# with: -# args: check cuda_core/ \ No newline at end of file + src: cuda_core/ \ No newline at end of file