diff --git a/.github/workflows/scripts/license.py b/.github/workflows/bin/license.py similarity index 100% rename from .github/workflows/scripts/license.py rename to .github/workflows/bin/license.py diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 1986429a7..851f684de 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -18,4 +18,4 @@ jobs: - name: Verify license headers run: | - python .github/workflows/scripts/license.py verify + python .github/workflows/bin/license verify