CLOUDP-363999: use only required fields from plugin chain for read write plugin #33
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OpenAPI2CRD tool CI | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| paths: | |
| - 'tools/openapi2crd/**' | |
| pull_request: | |
| branches: [ "main" ] | |
| paths: | |
| - 'tools/openapi2crd/**' | |
| jobs: | |
| openapi2crd: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install devbox | |
| uses: jetify-com/[email protected] | |
| with: | |
| enable-cache: 'true' | |
| - name: Update Devbox | |
| working-directory: ./tools/openapi2crd | |
| run: devbox update | |
| - name: CI checks | |
| working-directory: ./tools/openapi2crd | |
| run: devbox run -- make ci |