diff --git a/.github/workflows/ruff-formatting.yml b/.github/workflows/ruff-formatting.yml index adaf4f016..845759032 100644 --- a/.github/workflows/ruff-formatting.yml +++ b/.github/workflows/ruff-formatting.yml @@ -23,12 +23,12 @@ jobs: - name: Check with Ruff uses: chartboost/ruff-action@v1 with: - args: 'format --check ./elephant' + args: 'format --check elephant/' - name: Fix with Ruff uses: chartboost/ruff-action@v1 with: - args: 'format --fix ./elephant' + args: 'format --fix elephant/' - name: Create PR uses: peter-evans/create-pull-request@v5