Skip to content

Commit c6e604e

Browse files
committed
fix swagger lint
1 parent 1503af5 commit c6e604e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/swagger.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424

25+
example.openapi.yaml
2526
- name: openapi-lint
26-
uses: mhiew/redoc-lint-github-action@v2
27+
uses: mbowman100/swagger-validator-action@master
2728
with:
28-
args: 'public/swagger.yml --skip-rule operation-operationId'
29+
files: public/swagger.yml

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## 1.20.2 - 2022-04-30
99

10-
### CHanged
10+
### Fixed
11+
- swagger lint action
12+
13+
### Changed
1114
- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin` [#344](https://github.com/clowder-framework/clowder/issues/344)
1215

1316
## 1.20.1 - 2022-04-04

0 commit comments

Comments
 (0)