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 9c6ab48 commit 1a02c5aCopy full SHA for 1a02c5a
action.yml
@@ -13,7 +13,7 @@ runs:
13
run: pip install -U -r requirements.txt
14
15
- name: Run Compstate Validation
16
- run: ./validate.py
+ run: ${{ github.action_path }}/validate.py .
17
18
- name: Run Scoring tests
19
run:
0 commit comments