Skip to content

Commit 1edf6c3

Browse files
committed
Check syntax of actions and workflows
1 parent 552ab2e commit 1edf6c3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/actions/devcontainer/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ inputs:
44
command:
55
description: 'Command to run in the devcontainer'
66
required: true
7-
type: string
87
token:
98
description: 'GitHub token'
109
required: true
11-
type: string
1210

1311
runs:
1412
using: 'composite'

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ repos:
88
rev: v0.6.10
99
hooks:
1010
- id: cmake-format
11-
- id: cmake-lint
11+
- id: cmake-lint
12+
- repo: https://github.com/sirosen/check-jsonschema
13+
rev: 0.30.0
14+
hooks:
15+
- id: check-github-actions
16+
- id: check-github-workflows

0 commit comments

Comments
 (0)