Skip to content

Commit

Permalink
Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and kaitj committed Nov 28, 2024
1 parent e05d141 commit 446a4f3
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Commit files
if: steps.check_labels.outputs.result == 'true'
run: |
git add ${{ env.file_name }}
git commit -m 'Closes #${{ github.event.issue.number }}'
Expand Down
79 changes: 79 additions & 0 deletions src/lib/data/entries/checklist_styxsingularity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"name": "styxsingularity",
"urls": [
{
"url_type": "Landing page",
"url": "https://github.com/childmindresearch/styxsingularity"
},
{
"url_type": "Documentation",
"url": "https://childmindresearch.github.io/styxsingularity/styxsingularity.html"
}
],
"documentation": {
"bronze": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true,
"7": true,
"8": true,
"9": true
},
"silver": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": true
},
"gold": {
"1": false,
"2": false,
"3": false,
"4": false,
"5": false,
"6": false
}
},
"infrastructure": {
"bronze": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": true
},
"silver": {
"1": true,
"2": false,
"3": true
},
"gold": {
"1": true,
"2": false,
"3": false,
"4": true,
"5": true
}
},
"testing": {
"bronze": {
"1": false,
"2": false
},
"silver": {
"1": true,
"2": false
},
"gold": {
"1": false,
"2": false
}
}
}

0 comments on commit 446a4f3

Please sign in to comment.