Skip to content

Remove python-version: '3.x' to verify if that is the issue #176

Remove python-version: '3.x' to verify if that is the issue

Remove python-version: '3.x' to verify if that is the issue #176

Workflow file for this run

name: Pylint
on:
push:
branches:
- "master"
- "main"
pull_request:
branches:
- "master"
- "main"
workflow_dispatch:
jobs:
pylint:
name: Pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- name: Install Poetry
run: |
python -m pip install --upgrade poetry wheel
- name: Install dependencies
run: |
poetry install
- name: Analysing the code with pylint
run: |
poetry run pylint ./flowpipe