We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09f75 commit 41cd3d4Copy full SHA for 41cd3d4
2 files changed
.github/workflows/project_structure.yml
@@ -18,5 +18,5 @@ jobs:
18
python-version: '3.13'
19
20
- name: Check project structure
21
- run: python3 check_structure.py
+ run: python3 .github/workflows/scripts/check_structure.py
22
...
check_structure.py …hub/workflows/scripts/check_structure.pycheck_structure.py renamed to .github/workflows/scripts/check_structure.py
0 commit comments