We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd99b2 commit ce88d39Copy full SHA for ce88d39
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
continue-on-error: true
79
run: |
80
cd python
81
- ../bin/template_status.py -v -p ./problem-specifications
+ ../bin/template_status.py -v -p ../problem-specifications
82
83
- name: Check exercises
84
0 commit comments