Skip to content

Add feature to disable web renderer #39

Add feature to disable web renderer

Add feature to disable web renderer #39

Workflow file for this run

name: shellcheck
on:
push:
branches: [master]
paths:
- "scripts/*"
- .github/workflows/shellcheck.yml
pull_request:
types: [opened, synchronize]
paths:
- "scripts/*"
- .github/workflows/shellcheck.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
dockerfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: shellcheck
run: |
shellcheck ./scripts/release.sh ./src/bin/package_for_release/linux_runtime_wrapper.sh