Skip to content

Commit

Permalink
Rename license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 29, 2024
1 parent dfeec7b commit ee571b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Check license header and file
id: license-checker
run: |
./scripts/license_checker.py
./scripts/check_license.py
2 changes: 1 addition & 1 deletion .template/static_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ scripts/script_utils/cli.py

scripts/__init__.py
scripts/update_all.py
scripts/license_checker.py
scripts/check_license.py
scripts/get_package_name.py
scripts/update_config_docs.py
scripts/update_template_files.py
Expand Down
File renamed without changes.

0 comments on commit ee571b2

Please sign in to comment.