Skip to content

fix(image_to_avatar): use 512x512 instead of 1024x1024 #5

fix(image_to_avatar): use 512x512 instead of 1024x1024

fix(image_to_avatar): use 512x512 instead of 1024x1024 #5

Workflow file for this run

name: Lint
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Requirements
run: pip install .[dev]
- name: Lint Code
run: pylint human_avatar