Skip to content

Commit 87fc40e

Browse files
committed
Merge branch 'master' into tables
2 parents b3322c1 + 59727af commit 87fc40e

8 files changed

Lines changed: 5771 additions & 3424 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: pot build
1+
name: scons pot
22
on:
33
push:
44
branches:
55
- master
66

77
jobs:
8-
build:
8+
scons-pot:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout repository
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Addon build
1+
name: scons
22
on: [push, pull_request]
33
jobs:
4-
build:
4+
scons:
55
runs-on: ubuntu-latest
66
steps:
77
- name: checkout repository

0 commit comments

Comments
 (0)