Skip to content

Treewide: Import some changes #6

Treewide: Import some changes

Treewide: Import some changes #6

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