Skip to content

Commit 9a3f211

Browse files
committed
fix(ci): Add JSONSchema for GitHub action workflows
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
1 parent 20052b9 commit 9a3f211

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de>
22
# SPDX-License-Identifier: Apache-2.0
33

4+
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
5+
---
46
name: Goreleaser
57

68
on:

.github/workflows/reuse.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
22
# SPDX-License-Identifier: CC0-1.0
33

4+
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
5+
---
46
name: REUSE Compliance Check
57

68
on:

0 commit comments

Comments
 (0)