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 0cc7246 commit 9e8dfe4Copy full SHA for 9e8dfe4
scripts/schema-publish.sh
@@ -2,7 +2,7 @@
2
3
# Author: @ralfhandl
4
5
-# run this script from the root of the repo. It is designed to be run by a GitHub workflow.
+# Run this script from the root of the repo. It is designed to be run by a GitHub workflow.
6
7
echo "TODO: ${BASH_VERSION}"
8
scripts/yaml2json/yaml2json.js
@@ -6,7 +6,7 @@ const fs = require('fs');
const yaml = require('yaml');
function convert(filename) {
9
- console.log(filename);
+ // console.log(filename);
10
const s = fs.readFileSync(filename,'utf8');
11
let obj;
12
try {
0 commit comments