test another shellcheck
This commit is contained in:
parent
52368cc441
commit
0193538f6a
18
.github/workflows/shell-linter.yml
vendored
Normal file
18
.github/workflows/shell-linter.yml
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user