Skip to content

Commit 7f8f4a7

Browse files
authored
Protocol Implementation (#96)
1 parent 9634bc0 commit 7f8f4a7

12 files changed

Lines changed: 663 additions & 826 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Update Dependencies
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
jobs:
8+
update-dependencies:
9+
if: github.repository_owner == 'Synodic-Software'
10+
uses: synodic-software/.github/.github/workflows/python-dependency.yml@stable

0 commit comments

Comments
 (0)