Add .gitea/workflows/lint.yaml

This commit is contained in:
2026-01-04 06:25:15 +00:00
parent 64e15bc2a9
commit cb10a22c3d

View 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"