Skip to content

Commit

Permalink
modify action file, local testing not picking up changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Oct 29, 2024
1 parent acef07f commit 2adf529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: 'cuda_core/*.py'
with:
args: check cuda_core/

0 comments on commit 2adf529

Please sign in to comment.