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+ name : Lint with pep8radius
2+ on : [pull_request]
3+
4+ jobs :
5+ run-linter :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - name : checkout repository
9+ uses : actions/checkout@v2
10+ - name : setup python
11+ uses : actions/setup-python@v1
12+ with :
13+ python-version : 3.7
14+ - name : install pep8radius
15+ run : pip install --upgrade git+https://github.com/hayd/pep8radius.git
16+ - name : run pep8radius
17+ run : pep8radius master
Original file line number Diff line number Diff line change 1- name : pot build
1+ name : scons pot
22on :
33 push :
44 branches :
55 - master
66
77jobs :
8- build :
8+ scons-pot :
99 runs-on : ubuntu-latest
1010 steps :
1111 - name : checkout repository
Original file line number Diff line number Diff line change 1- name : Addon build
1+ name : scons
22on : [push, pull_request]
33jobs :
4- build :
4+ scons :
55 runs-on : ubuntu-latest
66 steps :
77 - name : checkout repository
You can’t perform that action at this time.
0 commit comments