add uninstall deployment action (#852) #1152
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: OpenAPI Test | |
# | |
#on: | |
# pull_request: | |
# | |
#jobs: | |
# npm-test: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: actions/setup-node@v3 | |
# with: | |
# node-version: "16.x" | |
# - name: Test | |
# run: | | |
# npm install -g @stoplight/spectral | |
# npm run test |