We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2a8bf6f commit b7aa3bfCopy full SHA for b7aa3bf
Taskfile.yml
@@ -246,7 +246,7 @@ tasks:
246
docs:include-configuration-json-schema:
247
desc: Copy configuration JSON schema to make it available in documentation
248
cmds:
249
- - cp ./configuration/configuration.schema.json ./docs/configuration.schema.json
+ - cp ./internal/configuration/configuration.schema.json ./docs/configuration.schema.json
250
251
protoc:check:
252
desc: Perform linting of the protobuf definitions
0 commit comments