Skip to content

fix: move the get_games function to where the stdout is set #151

fix: move the get_games function to where the stdout is set

fix: move the get_games function to where the stdout is set #151

Workflow file for this run

name: Pylint
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint index.py states