3 changed files with
27 additions and
2 deletions
|
|
|
@ -3,9 +3,14 @@ on:
|
|
|
|
|
push:
|
|
|
|
|
branches:
|
|
|
|
|
- '*'
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
pull_request:
|
|
|
|
|
branches:
|
|
|
|
|
- dev
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
Ubuntu:
|
|
|
|
|
|
|
|
@ -1,5 +1,15 @@
|
|
|
|
|
name: PebbleStrict
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
|
branches:
|
|
|
|
|
- '*'
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
pull_request:
|
|
|
|
|
branches:
|
|
|
|
|
- dev
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
PebbleStrict:
|
|
|
|
|
|
|
|
@ -1,5 +1,15 @@
|
|
|
|
|
name: Shellcheck
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
|
branches:
|
|
|
|
|
- '*'
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
pull_request:
|
|
|
|
|
branches:
|
|
|
|
|
- dev
|
|
|
|
|
paths:
|
|
|
|
|
- '**.sh'
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
formatCheck:
|
|
|
|
|