mirror of
https://github.com/facefusion/facefusion-comfyui.git
synced 2026-05-25 13:47:47 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: ci
|
||||
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- run: pip install flake8
|
||||
- run: pip install flake8-import-order
|
||||
- run: pip install mypy
|
||||
- run: flake8 facefusion_api
|
||||
- run: mypy facefusion_api
|
||||
Reference in New Issue
Block a user