1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-10 03:57:40 +00:00
This commit is contained in:
2023-08-20 23:03:27 +03:00
parent b2c4136a92
commit 545cde2ccc
18 changed files with 741 additions and 103 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: snok/install-poetry@v1
- name: Install deps
run: poetry install
run: poetry install --with dev
- name: setup mypy
run: |