Skip to content

Commit

Permalink
Fix indentation of openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 1, 2025
1 parent 3d5a049 commit fb2a22d
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 330 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rest-api-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ jobs:
${{ github.workspace }}/bin/restler/Restler compile ${{ github.workspace }}/speckle-server/setup/fuzzer/config.restler.json
- name: Print the contents of the Restler compile directory
if: always()
run: |
ls -la ${{ github.workspace }}
ls -la ${{ github.workspace }}/Compile
ls -la ${{ github.workspace }} || true
ls -la ${{ github.workspace }}/Compile || true
- name: Save Grammar
id: cache-grammar-save
Expand Down
Loading

0 comments on commit fb2a22d

Please sign in to comment.