Skip to content

docs(urls): updated urls to current project path #2339

docs(urls): updated urls to current project path

docs(urls): updated urls to current project path #2339

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Setup Poetry
uses: snok/install-poetry@v1
- name: Install
run: |
poetry install
- name: run lint
run: |
poetry run tox -e lint