Skip to content

Feat/readme in english #228

Feat/readme in english

Feat/readme in english #228

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install Dependencies
run: |
pip install poetry
poetry install
- name: Lint with Ruff
run: poetry run ruff --format=github .