Skip to content

Change default suggested install method, add settings compilation ins… #248

Change default suggested install method, add settings compilation ins…

Change default suggested install method, add settings compilation ins… #248

Workflow file for this run

name: Run shellcheck
on:
push:
branches: '**'
pull_request:
branches: '**'
jobs:
shellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck