standalone version tmp spam fix
All checks were successful
Lint / shellcheck (push) Successful in 19s
Release Standalone Builder / build (release) Successful in 31s
Release Standalone Builder / publish-aur (release) Successful in 33s

This commit is contained in:
2026-03-11 13:57:10 +01:00
parent e0a3b66fa9
commit f89661c1a5
3 changed files with 22 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ name: Lint
on:
push:
branches: [ main, master ]
branches: [main, master]
pull_request:
jobs:
@@ -13,4 +13,4 @@ jobs:
- 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
run: shellcheck -s sh kewt.sh markdown.sh tools/build-standalone.sh || true