Skip to content

Added integration tests #21

Added integration tests

Added integration tests #21

Workflow file for this run

name: Pylint
on: [ pull_request, workflow_dispatch ]
jobs:
pylint:
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