Skip to content

Commit 1076779

Browse files
authored
Merge branch 'master' into djdefi-expand-matrix
2 parents abca3ff + 0e024c5 commit 1076779

File tree

3 files changed

+18
-32
lines changed

3 files changed

+18
-32
lines changed

.github/workflows/lint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint Code Base
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- 'master'
7+
8+
jobs:
9+
build:
10+
name: Lint Code Base
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout Code
14+
uses: actions/checkout@v2
15+
- name: Lint Code Base
16+
uses: docker://github/super-linter:v2.1.1
17+
env:
18+
VALIDATE_ALL_CODEBASE: false

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
- name: Build (Linux)
3636
run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc
3737
if: matrix.os != 'macos-latest'
38-

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)