mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-19 20:54:12 +02:00
Merge branch 'main' into feat/device-2fa
This commit is contained in:
8
.github/workflows/pre-commit.yml
vendored
8
.github/workflows/pre-commit.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user