We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ab2e commit 1edf6c3Copy full SHA for 1edf6c3
.github/actions/devcontainer/action.yml
@@ -4,11 +4,9 @@ inputs:
4
command:
5
description: 'Command to run in the devcontainer'
6
required: true
7
- type: string
8
token:
9
description: 'GitHub token'
10
11
12
13
runs:
14
using: 'composite'
.pre-commit-config.yaml
@@ -8,4 +8,9 @@ repos:
rev: v0.6.10
hooks:
- id: cmake-format
- - id: cmake-lint
+ - id: cmake-lint
+ - repo: https://github.com/sirosen/check-jsonschema
+ rev: 0.30.0
+ hooks:
15
+ - id: check-github-actions
16
+ - id: check-github-workflows
0 commit comments