ci: add a linter for the .yml workflow files (#21459)

This commit is contained in:
Turiiya 2024-05-08 08:50:55 +02:00 committed by GitHub
parent c8004fc905
commit c21f7f0b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 81 additions and 61 deletions

View file

@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'