Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: OpenAPI v0.1.15 #89179

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d
Repo: https://github.com/JuliaComputing/OpenAPI.jl.git
Tree: 0102557f8939333cc5b0b0e578cb8b931ebe9845

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
JuliaRegistrator referenced this pull request in JuliaComputing/OpenAPI.jl Aug 7, 2023
[Spectral](https://stoplight.io/open-source/spectral) is an open-source API style guide enforcer and linter.
This adds a convenience method for linting in Julia using spectral.

```julia
OpenAPI.lint(
    spec::AbstractString;   # the OpenAPI specification to use
    use_sudo::Bool=false    # whether to use sudo while invoking docker
)

OpenAPI.lint(
    spec_dir::AbstractString;   # folder containing the specification file
    spec_file::AbstractString;  # the specification file
    use_sudo::Bool=false        # whether to use sudo while invoking docker
)
```
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch August 7, 2023 08:43 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment. You can edit blocking comments, adding [noblock] to them in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 31152e1 into master Aug 7, 2023
@JuliaTagBot JuliaTagBot deleted the registrator-openapi-d5e62ea6-v0.1.15-29b9344d6d branch August 7, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants