diff --git a/.github/workflows/validate-header-guards.yml b/.github/workflows/validate-header-guards.yml index a8d61aa0..ad70bcd2 100644 --- a/.github/workflows/validate-header-guards.yml +++ b/.github/workflows/validate-header-guards.yml @@ -29,8 +29,8 @@ jobs: - name: Check that there are no duplicated filenames run: | - python tools/scripts/checkDuplicateFilenames.py + ./tools/scripts/checkDuplicateFilenames.py - name: Check that all source files have the correct license header run: | - python tools/scripts/checkLicense.py + ./tools/scripts/checkLicense.py