diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index 4713fc0..7e65aeb 100644 --- a/.github/workflows/Actions.yaml +++ b/.github/workflows/Actions.yaml @@ -42,4 +42,4 @@ jobs: run: pip install ruff - name: Lint - run: ruff check ./*/*.py --ignore E402 \ No newline at end of file + run: ruff check ./*.py ./**/*/*.py --ignore E402