File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : windows-latest
1515
1616 steps :
17- - name : Checkout reusable workflows
18- uses : actions/checkout@v3
19- with :
20- repository : nvdaes/nvdaAddonWorkflows
2117 - name : Checkout code
2218 uses : actions/checkout@v3
2319 with :
2622 uses : actions/setup-python@v4
2723 with :
2824 python-version : 3.11
25+ - name : Install flake8
26+ run : pip install flake8
2927 - name : Install dependencies
30- run : pip install -r requirements.txt
28+ run : pip install -r .github/workflows/ requirements.txt
3129 - name : Lint
3230 run : flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*
Original file line number Diff line number Diff line change 1+ ####### requirements.txt #######
2+ #
3+ ###### Requirements for automated lint ######
4+ flake8 ~= 3.8
5+ flake8-tabs == 2.1.0
You can’t perform that action at this time.
0 commit comments