Skip to content

Commit

Permalink
Add example dependency file
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 15, 2024
1 parent 186b5bf commit 1144626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify_library_structure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }}
uses: EnviroDIY/workflows/.github/workflows/verify_library_structure.yaml@main
with:
library-manager: 'update'
library-manager: 'submit'
library-compliance: 'strict'
5 changes: 5 additions & 0 deletions examples/example_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
{
"name": "SoftwareSerial_ExternalInts",
"version": "https://github.com/EnviroDIY/SoftwareSerial_ExternalInts.git"
},
{
"name": "SDI-12_ExtInts",
"owner": "envirodiy",
"version": "https://github.com/EnviroDIY/Arduino-SDI-12#ExtInts"
}
]
}

0 comments on commit 1144626

Please sign in to comment.