Skip to content

Commit

Permalink
add working dir ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ellendejong committed Sep 27, 2024
1 parent 59ea71d commit d54e213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/utils_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
ruff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Utils/
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1

0 comments on commit d54e213

Please sign in to comment.