10 python-version: ["3.8", "3.9", "3.10"]
12 - uses: actions/checkout@v3
13 - name: Set up Python ${{ matrix.python-version }}
14 uses: actions/setup-python@v3
16 python-version: ${{ matrix.python-version }}
17 - name: Install dependencies
19 python -m pip install --upgrade pip
21 - name: Analysing the code with pylint
23 pylint $(git ls-files '*.py')