Skip to content

docs: added install instructions #11

docs: added install instructions

docs: added install instructions #11

Workflow file for this run

name: Lint Project
on:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# python lint
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with PyLint
run: |
pylint src/