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 name: Run Composer Install
on: 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). # Compress images on demand (workflow_dispatch), and at 11pm every Sunday (schedule).
# Open a Pull Request if any images can be compressed. # Open a Pull Request if any images can be compressed.
name: Compress Images on Demand 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 # Dependency Review Action
# #
# This Action will scan dependency manifest files that change as part of a Pull Request, # 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 name: Laravel Setup and Composer test
on: on:

View File

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

View File

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

View File

@@ -1,4 +1,5 @@
--- ---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Reviewdog Linters name: Reviewdog Linters
on: [pull_request] 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 name: Sync labels to other repositories
on: on: