openapi3: introduce StringMap type to enable unmarshalling of maps wi… #882
This file contains 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/[email protected] | |
with: | |
check_together: 'yes' | |
severity: error |