From c5cbee6da2013cf9ac54edca791d7d9608a131c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=B8vring?= Date: Fri, 20 Sep 2024 09:51:43 +0200 Subject: [PATCH] Consistently uses .yml file extension --- .spectral.yaml => .spectral.yml | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .spectral.yaml => .spectral.yml (100%) diff --git a/.spectral.yaml b/.spectral.yml similarity index 100% rename from .spectral.yaml rename to .spectral.yml diff --git a/README.md b/README.md index 718b174..086c09b 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ The repository contains the following files. |[openapi.yml](./openapi.yml)|An OpenAPI specification that documents the API.| |[.framna-docs.yml](./.framna-docs.yml)|A configuration file that specifies the project name and icon to show on Framna Docs. For more information, see [the documentation of Framna Docs](https://github.com/shapehq/framna-docs/wiki/Adding-Documentation-to-Framna-Docs#customize-the-project).| |[icon.png](./icon.png)|Thee icon displayed on Framna Docs.| -|[.spectral.yaml](./.spectral.yaml)| A configuration file for the open-source [Spectral](https://stoplight.io/open-source/spectral) linter that can be used to validate the OpenAPI specification in [openapi.yml](./openapi.yml).| +|[.spectral.yml](./.spectral.yml)| A configuration file for the open-source [Spectral](https://stoplight.io/open-source/spectral) linter that can be used to validate the OpenAPI specification in [openapi.yml](./openapi.yml).| |[.github/workflows/lint.yml](./.github/workflows/lint.yml)| A workflow that lints the OpenAPI specification in pull requests using the [Spectral](https://stoplight.io/open-source/spectral) linter.|