spectral-action
spectral-action copied to clipboard
GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
## User story. As a spectral-action user, I can suppress unrecognized-format warnings, so that I can have flexibility in the linting reports. ## Is your feature request related to a...
Switch to AWS docker image to avoid dockerhub daily pull limits
Node 16 went end-of-life on [2023-09-11](https://nodejs.org/en/blog/announcements/nodejs16-eol/). And github emits the following warning when using this action: ``` Run Spectral Node.js 16 actions are deprecated. Please update the following actions to...
The spectal-action is not failing when linting an OpenAPI document with a large (over 1000 errors). The issue appears to be that it is hitting "Error: You have exceeded a...
## User Story Description As a Software Developer, I want to supply credentials for HTTP retrievals of absolute`$ref` URLs, so I can access an external schema/component registry that requires authentication...
## User Story Description As a Software Developer, I want to run the linter action without a push or pull request, so I can define my own triggers/events for running...
I am using APIOps in Github In my current repo i have artifacts folder that contains multiple API folder , each api contain apiinformation.json, specification.yaml etc. I want to implement...
Unable to extend ruleset from another private repo within my github organization. ## Context In my ruleset.yaml, I am trying to extend from ruleset.yaml in another private repo within my...
## Context Every time the actions runs there's a docker build step: > Build stoplightio/spectral-action@latest time: 1m 12s That takes > 1 minute on the github ubuntu-latest (currently Ubuntu 22.04.1...
## Context Recently I have been working on this PR: https://github.com/hse-project/hse/pull/316. During my work, I have created an OpenAPI document at https://github.com/hse-project/hse/blob/tristan957/rest/docs/openapi.yaml. I thought I would add some linting for...