Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify action file, local testing not picking up changes
Browse files Browse the repository at this point in the history
ksimpson-work committed Oct 29, 2024
1 parent 30c0f94 commit 556543d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,8 @@ jobs:
run: echo "Running ----> ruff check cuda_core/"
- uses: astral-sh/ruff-action@v1
with:
args: check cuda_core/
args: check
src: cuda_core/
# jobs:
# ruff:
# runs-on: ubuntu-latest

0 comments on commit 556543d

Please sign in to comment.