Files
jbomb/.gitea/workflows/lint.yaml
Phani Pavan K e66abe2467
Some checks failed
/ Lint Check Shellscripts (push) Failing after 13s
Update .gitea/workflows/lint.yaml
2026-01-06 11:28:41 +00:00

18 lines
568 B
YAML

on: [push, pull_request]
jobs:
CI:
name: Lint Check Shellscripts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Linter
run: |
wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz' | tar -xJv
cp 'shellcheck-${scversion}/shellcheck' /usr/local/bin
rm -rf "shellcheck-${scversion}"
shellcheck --version
- name: Run Linter
run: |
shellcheck penv
shellcheck jconf