{"id":13523201,"url":"https://github.com/teamdigitale/api-oas-checker-action","last_synced_at":"2025-04-01T00:30:59.964Z","repository":{"id":40713953,"uuid":"278628709","full_name":"teamdigitale/api-oas-checker-action","owner":"teamdigitale","description":"GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with Italian API Guidelines","archived":false,"fork":true,"pushed_at":"2022-08-18T19:29:46.000Z","size":1298,"stargazers_count":2,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-02T07:33:36.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://teamdigitale.github.io/api-oas-checker/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stoplightio/spectral-action","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamdigitale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-10T12:31:50.000Z","updated_at":"2021-11-11T15:46:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/teamdigitale/api-oas-checker-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Fapi-oas-checker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Fapi-oas-checker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Fapi-oas-checker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Fapi-oas-checker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamdigitale","download_url":"https://codeload.github.com/teamdigitale/api-oas-checker-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246563315,"owners_count":20797441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:00:56.956Z","updated_at":"2025-04-01T00:30:59.368Z","avatar_url":"https://github.com/teamdigitale.png","language":"TypeScript","funding_links":[],"categories":["Tooling for developers"],"sub_categories":["OZG Progress tracking"],"readme":"# Italian API Guidelines linter\n\nThis action lints your OAS3+ API specifiction files checking for Italian API Guidelines.\n\nRules are retrieved from [api-oas-checker](https://teamdigitale.github.io/api-oas-checker/spectral.yml)\n\nCurrently, this project is based on the opensource [Spectral](https://github.com/stoplightio/spectral) linter.\n\n## Usage\n\nSee [action.yml](action.yml)\n\n```yaml\nname: Run Spectral API checker on Pull Requests\n\non:\n  - pull_request\n\njobs:\n  build:\n    name: Run Spectral\n    runs-on: ubuntu-latest\n    steps:\n      # Check out the repository\n      - uses: actions/checkout@v2\n\n      - name: API Guidelines linter - beta\n        uses: ioggstream/api-oas-checker-action@v0.6.2-italia\n        with:\n          # The pattern describing the file paths to lint with Spectral\n          file_glob: 'openapi/*.yaml'\n\n```\n\n### Inputs\n\n- **file_glob:** Pattern describing the set of files to lint. Defaults to `*.oas.{json,yml,yaml}`. (_Note:_ Pattern syntax is documented in the [fast-glob](https://www.npmjs.com/package/fast-glob) package documentation)\n\n- **spectral_ruleset:** By default it will point to  the latest Italian Guidelines spectral.yml. You can reference a tagged version though.\n\n## Configuration\n\nIf you need a more fine-grained configuration, consider writing your own action or implement your linting pipeline reusing the components provided here and in  [api-oas-checker](https://teamdigitale.github.io/api-oas-checker/spectral.yml)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdigitale%2Fapi-oas-checker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdigitale%2Fapi-oas-checker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdigitale%2Fapi-oas-checker-action/lists"}