Skip to content

bump actions/setup-python from 4 to 5 #468

bump actions/setup-python from 4 to 5

bump actions/setup-python from 4 to 5 #468

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: python 3.11
runs-on: ubuntu-latest
steps:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: install poetry
uses: snok/install-poetry@v1
- name: checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: install
run: poetry install
- name: lint with pylint
run: poetry run pylint src