Skip to content

docs: move logo to public πŸ“œ #9

docs: move logo to public πŸ“œ

docs: move logo to public πŸ“œ #9

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.1.15"
- name: Run pytest
run: poetry run pytest