File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # FlakeHell is a flake8 wrapper which adds features like having a baseline
2- # https://github.com/flakehell/flakehell
3- name : FlakeHell
1+ name : CI
42
53on :
64 push :
7- branches : [ master ]
5+ branches : ['*' ]
86 pull_request :
97 branches : [ master ]
108
119jobs :
12- build :
13-
14- strategy :
15- matrix :
16- python-version : [3.7, 3.8, 3.9]
17-
10+ lint :
1811 runs-on : ubuntu-latest
1912
2013 steps :
2114 - uses : actions/checkout@v2
22- - uses : actions/setup-python@v2
23- with :
24- python-version : ${{ matrix.python-version }}
25- - name : Install Poetry
26- uses : abatilo/actions-poetry@v2.0.0
27- with :
28- poetry-version : 1.1.11
29- - name : Install dependencies
30- run : poetry install
31- - name : Run FlakeHell
32- run : poetry run flakehell lint
15+ - name : GitHub Action for pylint
16+ uses : cclauss/GitHub-Action-for-pylint@0.7.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments