Skip to content

Commit 8235a28

Browse files
NPA-3895: Replace python command with make
1 parent 1283821 commit 8235a28

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ jobs:
2929
3030
- name: Run Python script for all files
3131
run: |
32-
cd scripts
33-
for file in ../specification/examples/response/GET_Consent/*; do
34-
poetry run python validate_schema.py Consent "$file"
35-
done
32+
make schema-consent

0 commit comments

Comments
 (0)