Skip to content

Upgrade Theengs Gateway to 1.3.0 (#24) #120

Upgrade Theengs Gateway to 1.3.0 (#24)

Upgrade Theengs Gateway to 1.3.0 (#24) #120

Workflow file for this run

---
name: Checks
on: push # yamllint disable-line rule:truthy
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check YAML files
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
- name: Check shell scripts
uses: luizm/[email protected]
env:
SHELLCHECK_OPTS: -x
with:
sh_checker_checkbashisms_enable: true