diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9ab5ee9..5d00fe9 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -34,4 +34,10 @@ jobs: steps: - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v4 \ No newline at end of file + uses: fsfe/reuse-action@v4 + + ruffmore: + runs-on: ubuntu-latest + - run: poetry install --with dev + - run: poetry run scons ruff format --check main + - run: poetry run scons ruff check --config rcdt_public/pyproject.toml main \ No newline at end of file