summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/shellcheck.yml
blob: 7bf0f78da38af2348e622d4c7ceb1b00625c6330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: Shellcheck - Lint shell scripts
on:
  pull_request:
  workflow_dispatch:

jobs:
  shellcheck:
    name: Shellcheck
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Run ShellCheck
        uses: ludeeus/action-shellcheck@2.0.0
        with:
          ignore_paths: >-
            ./android/gradlew
        env:
          SHELLCHECK_OPTS: --external-sources