Skip to content

add: multistore command for managing Magento multi-store configuratio… #29

add: multistore command for managing Magento multi-store configuratio…

add: multistore command for managing Magento multi-store configuratio… #29

Workflow file for this run

name: ShellCheck
on:
push:
paths:
- 'commands/*.cmd'
- 'utils/*.sh'
- '.github/workflows/shellcheck.yml'
pull_request:
paths:
- 'commands/*.cmd'
- 'utils/*.sh'
- '.github/workflows/shellcheck.yml'
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run shellcheck
run: shellcheck commands/*.cmd utils/*.sh