Skip to content

feat(qbm-update): enhance checking for user and group; improve messaging #83

feat(qbm-update): enhance checking for user and group; improve messaging

feat(qbm-update): enhance checking for user and group; improve messaging #83

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
name: Run ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +