Skip to content

Bump actions/setup-python from 4 to 5 #272

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #272

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint
run: flake8 addon/globalPlugins/readFeeds/__init__.py