Merge branch 'main' into feat/device-2fa

This commit is contained in:
Mike Almeloo
2024-02-17 20:56:08 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
name: Deploy documentation name: Pre-commit
on: on:
workflow_dispatch: workflow_dispatch:
@@ -18,6 +18,12 @@ jobs:
with: with:
python-version: '3.10' python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
- uses: pre-commit/action@v3.0.1 - uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2 - uses: pre-commit-ci/lite-action@v1.0.2