Skip to content

Version support

Version support #9

Workflow file for this run

name: Pylint
on: [ pull_request, workflow_dispatch ]
jobs:
build:
name: Pylint Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare Environment
uses: ./.github/actions/prepare-environment
- name: Analysing the code with pylint
run: |
make check-lint