Skip to content

fix: set pyproject.toml details statically (#15) #57

fix: set pyproject.toml details statically (#15)

fix: set pyproject.toml details statically (#15) #57

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint pystrukts --ignore=_version.py