diff --git a/.github/workflows/script_lint.yml b/.github/workflows/script_lint.yml index 3f7742ad8bd..1e1a031e7d0 100644 --- a/.github/workflows/script_lint.yml +++ b/.github/workflows/script_lint.yml @@ -20,8 +20,11 @@ jobs: python-version: "3.10" - name: flake8 Lint uses: py-actions/flake8@v2 - with: - path: common/CI common/Hooks common/Scripts/worklog.py + with: + path: >- + common/CI + common/Hooks + common/Scripts - name: mypy lint uses: jpetrucciani/mypy-check@master with: diff --git a/common/Scripts/yauto.py b/common/Scripts/yauto.py index 64438629832..7a84d1fe846 100755 --- a/common/Scripts/yauto.py +++ b/common/Scripts/yauto.py @@ -335,10 +335,6 @@ def create_yaml(self): setup = "%perl_setup" build = "%perl_build" install = "%perl_install" - # Unused, but left in for historical purposes - #sample_actions = os.path.join( - # self.template_dir, "actions.perlmodules.sample.py" - #) elif self.compile_type == CABAL: setup = "%cabal_configure" build = "%cabal_build"