Add .gitea/workflows/lint.yaml
This commit is contained in:
13
.gitea/workflows/lint.yaml
Normal file
13
.gitea/workflows/lint.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
CI:
|
||||||
|
name: Lint Check Shellscripts
|
||||||
|
runs-on: alpine
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run Linter
|
||||||
|
uses: Azbagheri/shell-linter@latest
|
||||||
|
with:
|
||||||
|
path: "jconf,penv"
|
||||||
|
|
||||||
Reference in New Issue
Block a user