Fix filename for .spectral.yaml (#26828)

Mixed up yml vs. yaml previously.
This commit is contained in:
silverwind 2023-08-31 02:41:37 +02:00 committed by GitHub
parent 10aab8a385
commit 274c16e481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ jobs:
- "Makefile" - "Makefile"
- "package.json" - "package.json"
- "package-lock.json" - "package-lock.json"
- ".spectral.yml" - ".spectral.yaml"