From 4690aec5f400cb724cf188505d64758bc75a48ef Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Thu, 21 Dec 2023 15:39:48 -0800 Subject: [PATCH] remove .py, rename scripts to bin, update command in CI --- .github/workflows/{scripts/license.py => bin/license} | 0 .github/workflows/license.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{scripts/license.py => bin/license} (100%) diff --git a/.github/workflows/scripts/license.py b/.github/workflows/bin/license similarity index 100% rename from .github/workflows/scripts/license.py rename to .github/workflows/bin/license 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