Skip to content

Releases: mbowman100/swagger-validator-action

General improvements

15 Nov 22:59
Compare
Choose a tag to compare

Bug fixes

04 Aug 14:59
492bf5b
Compare
Choose a tag to compare
  • Fixed problem with action.yaml file causing the action to fail to load.

Update packages, fix example and add self test action

09 Jun 09:33
4138177
Compare
Choose a tag to compare
  • @actions/http-client to 1.0.8,
    • updates only node_modules folder
    • the bot only updated packages.json file
  • @APIDevTools/swagger-cli from 3.0.1 to 4.0.2
    • support for OpenApi 3.0.3
    • uses new npm scope APIDevTools (see Changelog)
  • @actions/core to 1.2.4
  • @actions/github to 4.0.2
  • Fix example in README
    • used fixed version (... @ v1 to ...@ master)
    • rename (spelling mistake) exmaple.yaml → example.openapi.yaml
  • Create workflow to run this action with example.openapi.yaml
    • tests every new push (Continuous Integration)

Bug fixes

22 May 10:12
4b584c6
Compare
Choose a tag to compare
  • Fixed bug with validation checks around no files found

General improvements

22 May 09:24
884a3ed
Compare
Choose a tag to compare
  • Make action easier to find on the marketplace
  • Don't fail if no files found
  • Improve example to skip if no files found

v1.1

09 Mar 21:14
Compare
Choose a tag to compare

Features

Validate swagger API documentation.

v1.0

09 Mar 21:04
Compare
Choose a tag to compare

Features

Validate swagger API documentation.