File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 sparse-checkout : |
1919 projects.yaml
20+ scripts/projects.schema.json
2021 sparse-checkout-cone-mode : false
22+ - name : Install boon
23+ run : |
24+ wget https://github.com/santhosh-tekuri/boon/releases/download/v0.6.1/boon-x86_64-unknown-linux-gnu.tar.gz
25+ tar -xzf boon-x86_64-unknown-linux-gnu.tar.gz
26+ sudo mv boon /usr/local/bin/boon
27+
2128 - name : Get names
2229 uses : mikefarah/yq@master
2330 id : projects-names
3542 echo '```' >> $GITHUB_STEP_SUMMARY
3643 exit 1
3744 fi
45+
46+ - name : Validate according to the schema
47+ run : |
48+ boon scripts/projects.schema.json projects.yaml
Original file line number Diff line number Diff line change 11{
22 "yaml.schemas" : {
3- ".vscode /projects.schema.json" : " projects.yaml"
3+ "scripts /projects.schema.json" : " projects.yaml"
44 }
55}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments