Skip to content

docs: Update README.md #5

docs: Update README.md

docs: Update README.md #5

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- 'main'
paths:
- '.github/workflows/shellcheck.yml'
- '**/*.sh'
pull_request:
branches:
- 'main'
paths:
- '.github/workflows/shellcheck.yml'
- '**/*.sh'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
ignore_names: gradlew
ignore_paths: ./userspace/ksud/src/installer.sh