diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9ab5ee9..1727fb5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -23,10 +23,10 @@ jobs: repository: "alliander-opensource/rcdt_public" path: "rcdt_public" ref: "main" - - uses: alliander-opensource/ruff-action@v1 + - uses: alliander-opensource/ruff-action with: args: format --check main - - uses: alliander-opensource/ruff-action@v1 + - uses: alliander-opensource/ruff-action with: args: check --config rcdt_public/pyproject.toml main reuse: