remove shell-linter
This commit is contained in:
parent
0193538f6a
commit
b871a3aeab
18
.github/workflows/shell-linter.yml
vendored
18
.github/workflows/shell-linter.yml
vendored
@ -1,18 +0,0 @@
|
||||
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