chore(lint): add yaml schema to workflows

This commit is contained in:
Ismo Vuorinen
2025-01-29 15:19:23 +02:00
parent 1e7b107ece
commit 3e0bb7d15b
8 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Run Composer Install
on:

View File

@@ -1,4 +1,6 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
#
# Compress images on demand (workflow_dispatch), and at 11pm every Sunday (schedule).
# Open a Pull Request if any images can be compressed.
name: Compress Images on Demand

View File

@@ -1,4 +1,6 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
#
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Laravel Setup and Composer test
on:

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Compress Images
on:

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release Drafter
on:

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Reviewdog Linters
on: [pull_request]

View File

@@ -1,4 +1,5 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Sync labels to other repositories
on: