Skip to content

Commit

Permalink
fixup! feat(ocs): add OCS extractor and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Aug 5, 2024
1 parent 1b6e984 commit e2f7e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,3 @@ jobs:

- name: Regenerate OpenAPI
run: composer run openapi

- name: Check openapi*.json and typescript changes
run: |
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please run \"composer run openapi\" and commit the openapi*.json files and (if applicable) src/types/openapi/openapi*.ts, see the section \"Show changes on failure\" for details' && exit 1)"
1 change: 1 addition & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ before_cmds = [
"composer install --no-dev -o",
"npm install --deps",
"npm run build",
"composer openapi"
]

0 comments on commit e2f7e48

Please sign in to comment.