Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Oct 29, 2024
1 parent 556543d commit 9c43a30
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
src: cuda_core/

0 comments on commit 9c43a30

Please sign in to comment.