Skip to content

[common-utils]: Bug fix: Install zsh on an image previously built with "installZsh:false" #1173

[common-utils]: Bug fix: Install zsh on an image previously built with "installZsh:false"

[common-utils]: Bug fix: Install zsh on an image previously built with "installZsh:false" #1173

name: "CI - Shell Script Linter"
on:
push:
branches:
- main
pull_request:
jobs:
shellchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Shell Linter
uses: azohra/[email protected]
with:
path: "src/**/*.sh"
severity: "error" # [style, info, warning, error]
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison