1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-07 10:57:31 +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

@@ -30,7 +30,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install deps
run: poetry install
run: poetry install --with dev
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names