Skip to content

Commit

Permalink
update bot to use new shared utilities submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Dec 12, 2023
1 parent 1d29b87 commit 74cd78c
Show file tree
Hide file tree
Showing 43 changed files with 500 additions and 949 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
name: "Type Coverage and Linting @ ${{ matrix.python-version }}"
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "true"

- name: "Load cached poetry installation @ ${{ matrix.python-version }}"
id: cached-poetry
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
path = extensions/private
url = [email protected]:AbstractUmbra/mipha-private-extensions.git
[submodule "utilities"]
path = utilities
path = utilities/shared
url = [email protected]:AbstractUmbra/_utilities.git
12 changes: 0 additions & 12 deletions _types/__init__.py

This file was deleted.

93 changes: 0 additions & 93 deletions _types/config.py

This file was deleted.

84 changes: 0 additions & 84 deletions _types/currencies.py

This file was deleted.

51 changes: 0 additions & 51 deletions _types/danbooru.py

This file was deleted.

5 changes: 0 additions & 5 deletions _types/discord_.py

This file was deleted.

Loading

0 comments on commit 74cd78c

Please sign in to comment.