Skip to content

Commit

Permalink
🚧 indent
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 2, 2024
1 parent 44bc0b0 commit 38e05f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_judge_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate API test
run: |
docker run --rm
-v ${PWD}:/local openapitools/openapi-generator-cli validate
run: docker run --rm \
-v ${PWD}:/local \
openapitools/openapi-generator-cli validate \
-i /local/api/backend/to_judge.yaml

0 comments on commit 38e05f4

Please sign in to comment.