Use the openapi terminology over swagger

This commit is contained in:
Alejandro Celaya
2024-12-06 11:36:47 +01:00
parent e7c83d0b38
commit 85c4c09afa
5 changed files with 21 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
php-version: ['8.3']
command: ['cs', 'stan', 'swagger:validate']
command: ['cs', 'stan', 'openapi:validate']
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/ci-setup'