Fix filename for .spectral.yaml (#26828)

Mixed up yml vs. yaml previously.
This commit is contained in:
2023-08-31 02:41:37 +02:00
committed by GitHub
parent 10aab8a385
commit 274c16e481

View File

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