Skip to content

fix: лиры на тенге #18

fix: лиры на тенге

fix: лиры на тенге #18

Workflow file for this run

name: workflow-test
# run lint flake8 and tests bot
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: install dependecies
run: |
pip install poetry
poetry install
- name: run linter
run: |
make lint