Skip to content

Fix credentials for http installation mode #4

Fix credentials for http installation mode

Fix credentials for http installation mode #4

Workflow file for this run

name: Shellcheck
on:
push:
branches: ["Development"]
pull_request:
branches: ["Development"]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@Development
env:
SHELLCHECK_OPTS: -e SC1091