diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b621c12f..4ca693ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,8 @@ jobs: - name: Run pylint run: | cd osbuild - pylint osbuild runners/* assemblers/* stages/* sources/* + find . -type f -name "*.py" | xargs pylint + pylint runners/* assemblers/* stages/* sources/* documentation: name: "📚 Documentation"