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

permissions: {}

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