We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1503af5 commit c6e604eCopy full SHA for c6e604e
.github/workflows/swagger.yml
@@ -22,7 +22,8 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
25
+ example.openapi.yaml
26
- name: openapi-lint
- uses: mhiew/redoc-lint-github-action@v2
27
+ uses: mbowman100/swagger-validator-action@master
28
with:
- args: 'public/swagger.yml --skip-rule operation-operationId'
29
+ files: public/swagger.yml
CHANGELOG.md
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## 1.20.2 - 2022-04-30
9
10
-### CHanged
+### Fixed
11
+- swagger lint action
12
+
13
+### Changed
14
- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin` [#344](https://github.com/clowder-framework/clowder/issues/344)
15
16
## 1.20.1 - 2022-04-04
0 commit comments