From 36bbba0898d062b2d73233cebe45d4c172a9ed4b Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Sat, 21 Dec 2024 16:10:00 -0700 Subject: [PATCH] fix (Actions): trying to get ruff to check everything --- .github/workflows/Actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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