Skip to content

Go back to 38.0.0 in buildVars #293

Go back to 38.0.0 in buildVars

Go back to 38.0.0 in buildVars #293

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@v4
- 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