File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-
88
99#### 2025 Budget Scripts
1010
11- - [ budget-metadata-validate.sh] ( ./scripts/budget-metadata-validate.sh )
11+ - [ budget-metadata-validate.sh] ( ./scripts/budget-metadata-validate.sh )
1212 - Runs correctness and validity checks for budget treasury withdrawal CIP108 metadata.
1313 - Uses a combination of the other scripts
14+ - [ budget-metadata-create.sh] ( ./scripts/budget-metadata-create.sh )
15+ - Creates Intersect budget metadata file from a ` .docx `
16+ - This expects certain structure within the ` .docx `
1417
1518#### Governance Action Scripts
1619
@@ -28,8 +31,6 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-
2831
2932#### Governance (CIP-100+) Metadata Scripts
3033
31- - [ metadata-create.sh] ( ./scripts/metadata-create.sh )
32- - Creates Intersect budget metadata file from a ` .docx `
3334- [ metadata-validate.sh] ( ./scripts/metadata-validate.sh )
3435 - Compares governance metadata against the established schema(s)
3536 - Applies a spell check to CIP108 metadata fields
Original file line number Diff line number Diff line change 88
99# Exit immediately if a command exits with a non-zero status,
1010# treat unset variables as an error, and fail if any command in a pipeline fails
11- set -euo pipefail
11+ # set -euo pipefail
1212
1313# Colors
1414# BLACK='\033[0;30m'
You can’t perform that action at this time.
0 commit comments