openapi3: do not forget to carry schema format validators over to OAS… #1543
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: ShellCheck | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| shellcheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Run shellcheck | |
| uses: ludeeus/action-shellcheck@1.1.0 | |
| with: | |
| check_together: 'yes' | |
| severity: error |