Files
kewt/.gitea/workflows/lint.yml
N0\A 9ced2af562
Some checks failed
Lint / shellcheck (push) Has been cancelled
Actions
2026-03-11 07:42:45 +01:00

17 lines
375 B
YAML

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run Shellcheck
run: shellcheck kewt.sh markdown.sh tools/build-standalone.sh || true