test another shellcheck

This commit is contained in:
Andreas Billmeier 2022-04-09 09:39:05 +02:00 committed by Andreas Billmeier
parent 52368cc441
commit 0193538f6a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0

18
.github/workflows/shell-linter.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Shell-Linter
on:
workflow_dispatch:
push:
pull_request:
jobs:
Shell-Linter:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: "*.ebuild"
exclude-paths: "opencv, pillow, numpy"